| OLD | NEW |
| (Empty) |
| 1 This is a test of the SVGLengthList::appendItem() API. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 PASS list2.numberOfItems is 0 | |
| 7 PASS list1.numberOfItems is 4 | |
| 8 PASS list1.getItem(0).value is 1 | |
| 9 PASS list1.getItem(1).value is 2 | |
| 10 PASS list1.getItem(2).value is 3 | |
| 11 PASS list1.getItem(3).value is 10 | |
| 12 PASS list2.numberOfItems is 0 | |
| 13 The test passes if you only see 'PASS' messages, and test doesn't crash | |
| 14 PASS successfullyParsed is true | |
| 15 | |
| 16 TEST COMPLETE | |
| 17 ABC | |
| 18 ABC | |
| 19 | |
| OLD | NEW |