OLD | NEW |
1 This is a test how SVGLengthList reacts to XML DOM modifications. | 1 This is a test how SVGLengthList reacts to XML DOM modifications. |
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 PASS successfullyParsed is true |
| 7 |
| 8 TEST COMPLETE |
6 PASS path.pathSegList.numberOfItems is 3 | 9 PASS path.pathSegList.numberOfItems is 3 |
7 PASS path.getAttribute('d').formatDAttribute() is "M 200 0 L 100 0 L 100 100" | 10 PASS path.getAttribute('d').formatDAttribute() is "M 200 0 L 100 0 L 100 100" |
8 PASS path.getAttribute('d').formatDAttribute() is "M 200 0 L 100 0 L 100 100 L 0
100" | 11 PASS path.getAttribute('d').formatDAttribute() is "M 200 0 L 100 0 L 100 100 L 0
100" |
9 PASS path.getAttribute('d').formatDAttribute() is "M 100 0 L 100 0 L 100 100 L 0
100" | 12 PASS path.getAttribute('d').formatDAttribute() is "M 100 0 L 100 0 L 100 100 L 0
100" |
10 PASS path.getAttribute('d').formatDAttribute() is "M 0 0 L 100 0 L 100 100 L 0 1
00" | 13 PASS path.getAttribute('d').formatDAttribute() is "M 0 0 L 100 0 L 100 100 L 0 1
00" |
11 PASS successfullyParsed is true | 14 PASS successfullyParsed is true |
12 | 15 |
13 TEST COMPLETE | 16 TEST COMPLETE |
14 PASS successfullyParsed is true | |
15 | |
16 TEST COMPLETE | |
17 | 17 |
OLD | NEW |