Bug 92322

Summary: flex items not honoring box-sizing: border-box in the main axis
Product: WebKit Reporter: Scott Miles <sjmiles>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: dglazkov, ojan, sjmiles, tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.7   
Attachments:
Description Flags
Test case showing various flex items and unexpected sizes none

Description Scott Miles 2012-07-25 17:16:21 PDT
Created attachment 154499 [details]
Test case showing various flex items and unexpected sizes

Column-flow flex items seem to ignore border-box directive for width (and for height in row-flow).
Comment 1 Tony Chang 2012-07-25 17:23:09 PDT
Yeah, we don't work with padding-box either.

Here are the existing bugs filed against flex box: https://bugs.webkit.org/showdependencytree.cgi?id=62048&hide_resolved=1

*** This bug has been marked as a duplicate of bug 70771 ***