Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / css-table-width-with-border-padding-expected.txt
blob52c4f7f0fd328c5c1dcc81921b53825e9eda248d
1 Test for Bugzilla bug: 77028 Specified width CSS tables should not include border and padding as part of that width.
2 For a CSS table with a specified width, border and padding should not be included as part of its width (for the content-box model).
3 50%, content-box
4 PASS
5 300px, content-box
6 PASS
7 50vw, content-box
8 PASS
9 30em, content-box
10 PASS
11 50%, border-box
12 PASS
13 300px, border-box
14 PASS
15 50vw, border-box
16 PASS
17 30em, border-box
18 PASS
19 50%, padding-box
20 PASS
21 300px, padding-box
22 PASS
23 50vw, padding-box
24 PASS
25 30em, padding-box
26 PASS