Bug 77106 - CSS3 "box-flex" setting does not respect "border-box" box sizing
Summary: CSS3 "box-flex" setting does not respect "border-box" box sizing
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-26 09:15 PST by Tassos Koutsovassilis
Modified: 2012-02-15 20:06 PST (History)
1 user (show)

See Also:


Attachments
Test case (624 bytes, text/html)
2012-01-26 09:15 PST, Tassos Koutsovassilis
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.