| OLD | NEW |
| (Empty) |
| 1 This is a test how SVGLengthList reacts to XML DOM modifications. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 PASS successfullyParsed is true | |
| 7 | |
| 8 TEST COMPLETE | |
| 9 PASS path.pathSegList.numberOfItems is 3 | |
| 10 PASS path.getAttribute('d').formatDAttribute() is "M 200 0 L 100 0 L 100 100" | |
| 11 PASS path.getAttribute('d').formatDAttribute() is "M 200 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" | |
| 13 PASS path.getAttribute('d').formatDAttribute() is "M 0 0 L 100 0 L 100 100 L 0 1
00" | |
| 14 PASS successfullyParsed is true | |
| 15 | |
| 16 TEST COMPLETE | |
| 17 | |
| OLD | NEW |