Bug 77106

Summary: CSS3 "box-flex" setting does not respect "border-box" box sizing
Product: WebKit Reporter: Tassos Koutsovassilis <t.koutsovassilis>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: shanestephens
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Test case none

Description Tassos Koutsovassilis 2012-01-26 09:15:04 PST
Steps to reproduce:

 - Create a CSS3 horizontal box
 - Add two children with the same "flex-box" value and set their "box-sizing" CSS attribute to "border-box"
 - Add border and padding to the first one.

The box's children should have the same width and "split" the box in half width but they don't.
The first child expands unexpectedly.
Comment 1 Tassos Koutsovassilis 2012-01-26 09:15:59 PST
Created attachment 124126 [details]
Test case
Comment 2 Shane Stephens 2012-02-15 20:06:07 PST
box-flex hasn't been a part of the flexbox standard for over a year now.