Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / flexbox / box-sizing-expected.txt
blob115a0ae40e8e8f0dba36260f706b54f9867292ca
1 All blue boxes are 100x100px with box-sizing: border-box and 2px border (4px border-top), we expect offsetWidth/Height to be 100x100
2 flex-flow: default, orange box has width: 300px
4 PASS
5 flex-flow: default, orange box has width: 400px
7 PASS
8 flex-flow: default, orange box has width: auto
10 PASS
11 flex-flow: default, orange box has width: auto, flex-box has box-sizing: border-box
13 PASS
14 flex-flow: column, red box has height: 300px
16 PASS
17 flex-flow: column, red box has height: 400px
19 PASS
20 flex-flow: column, red box has height: auto
22 PASS
23 flex-box has box-sizing: border-box and flex-wrap: wrap;
25 PASS
26 flex-box has box-sizing: default and flex-wrap: wrap;
28 PASS
29 flex-flow: column, flex-box has box-sizing: border-box, flex items have flex: 1
31 PASS