2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / dom / length-attribute-mapping-expected.txt
blob61f310062e0ee1a400b0185f4ee8b1306900501a
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 30px
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 30px