1 This tests the mapping of length-type attributes to CSS length values.
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
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