OLD | NEW |
1 This tests the behavior of root SVG length value resolution | 1 This tests the behavior of root SVG length value resolution |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 Initial/default values: | 6 Initial/default values: |
7 PASS svg.width.baseVal.value is 200 | 7 PASS svg.width.baseVal.value is 200 |
8 PASS svg.height.baseVal.value is 200 | 8 PASS svg.height.baseVal.value is 200 |
9 | 9 |
10 Updated relative values: | 10 Updated relative values: |
11 PASS svg.width.baseVal.value is 100 | 11 PASS svg.width.baseVal.value is 100 |
12 PASS svg.height.baseVal.value is 20 | 12 PASS svg.height.baseVal.value is 20 |
13 | 13 |
14 Updated fixed values: | 14 Updated fixed values: |
15 PASS svg.width.baseVal.value is 150 | 15 PASS svg.width.baseVal.value is 150 |
16 PASS svg.height.baseVal.value is 50 | 16 PASS svg.height.baseVal.value is 50 |
17 | 17 |
18 viewBox has no effect on top level length resolution. | 18 viewBox has no effect on top level length resolution. |
19 PASS svg.width.baseVal.value is 200 | 19 PASS svg.width.baseVal.value is 200 |
20 PASS svg.height.baseVal.value is 100 | 20 PASS svg.height.baseVal.value is 100 |
21 PASS successfullyParsed is true | 21 PASS successfullyParsed is true |
22 | 22 |
23 TEST COMPLETE | 23 TEST COMPLETE |
24 | 24 |
OLD | NEW |