| OLD | NEW |
| (Empty) |
| 1 Tests that insertItemBefore correctly appends if its index is out of bounds. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 PASS svgList.numberOfItems is 0 | |
| 7 PASS svgList.numberOfItems is 1 | |
| 8 PASS svgList.getItem(0) is seg01 | |
| 9 PASS svgList.numberOfItems is 2 | |
| 10 PASS svgList.getItem(0) is seg01 | |
| 11 PASS svgList.getItem(1) is seg11 | |
| 12 PASS svgList.numberOfItems is 3 | |
| 13 PASS svgList.getItem(0) is seg00 | |
| 14 PASS svgList.getItem(1) is seg01 | |
| 15 PASS svgList.getItem(2) is seg11 | |
| 16 PASS svgList.numberOfItems is 4 | |
| 17 PASS svgList.getItem(0) is seg00 | |
| 18 PASS svgList.getItem(1) is seg01 | |
| 19 PASS svgList.getItem(2) is seg11 | |
| 20 PASS svgList.getItem(3) is seg10 | |
| 21 PASS successfullyParsed is true | |
| 22 | |
| 23 TEST COMPLETE | |
| 24 | |
| OLD | NEW |