Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / length-attribute-mapping-expected.txt
blob94e0f2e329ad64ea0b2f3a37128a716e69374cb5
1 This tests the mapping of length-type attributes to CSS length values.
3 <img>:
4 PASS: 90zz is mapped to 90px
5 PASS: 80% is mapped to 80%
6 PASS: 70%5 is mapped to 70%
7 PASS: 60%% is mapped to 60%
8 PASS: 50* is not mapped
9 PASS: 40*5 is not mapped
10 PASS: 30.5 is mapped to 30.5px
12 <col>:
13 PASS: 90zz is mapped to 90px
14 PASS: 80% is mapped to 80%
15 PASS: 70%5 is mapped to 70%
16 PASS: 60%% is mapped to 60%
17 PASS: 50* is not mapped
18 PASS: 40*5 is not mapped
19 PASS: 30.5 is mapped to 30.5px