OLD | NEW |
1 This tests the mapping of length-type attributes to CSS length values. | 1 This tests the mapping of length-type attributes to CSS length values. |
2 | 2 |
3 <img>: | 3 <img>: |
4 PASS: 90zz is mapped to 90px | 4 PASS: 90zz is mapped to 90px |
5 PASS: 80% is mapped to 80% | 5 PASS: 80% is mapped to 80% |
6 PASS: 70%5 is mapped to 70% | 6 PASS: 70%5 is mapped to 70% |
7 PASS: 60%% is mapped to 60% | 7 PASS: 60%% is mapped to 60% |
8 PASS: 50* is not mapped | 8 PASS: 50* is not mapped |
9 PASS: 40*5 is not mapped | 9 PASS: 40*5 is not mapped |
10 PASS: 30.5 is mapped to 30.5px | 10 PASS: 30.5 is mapped to 30px |
11 | 11 |
12 <col>: | 12 <col>: |
13 PASS: 90zz is mapped to 90px | 13 PASS: 90zz is mapped to 90px |
14 PASS: 80% is mapped to 80% | 14 PASS: 80% is mapped to 80% |
15 PASS: 70%5 is mapped to 70% | 15 PASS: 70%5 is mapped to 70% |
16 PASS: 60%% is mapped to 60% | 16 PASS: 60%% is mapped to 60% |
17 PASS: 50* is not mapped | 17 PASS: 50* is not mapped |
18 PASS: 40*5 is not mapped | 18 PASS: 40*5 is not mapped |
19 PASS: 30.5 is mapped to 30.5px | 19 PASS: 30.5 is mapped to 30px |
20 | 20 |
OLD | NEW |