Index: third_party/WebKit/LayoutTests/svg/dom/svglist-insertItemBefore-appends-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/dom/svglist-insertItemBefore-appends-expected.txt b/third_party/WebKit/LayoutTests/svg/dom/svglist-insertItemBefore-appends-expected.txt |
deleted file mode 100644 |
index 860e02ad5e1f972784272960497a13748b87144a..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/svg/dom/svglist-insertItemBefore-appends-expected.txt |
+++ /dev/null |
@@ -1,24 +0,0 @@ |
-Tests that insertItemBefore correctly appends if its index is out of bounds. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS svgList.numberOfItems is 0 |
-PASS svgList.numberOfItems is 1 |
-PASS svgList.getItem(0) is seg01 |
-PASS svgList.numberOfItems is 2 |
-PASS svgList.getItem(0) is seg01 |
-PASS svgList.getItem(1) is seg11 |
-PASS svgList.numberOfItems is 3 |
-PASS svgList.getItem(0) is seg00 |
-PASS svgList.getItem(1) is seg01 |
-PASS svgList.getItem(2) is seg11 |
-PASS svgList.numberOfItems is 4 |
-PASS svgList.getItem(0) is seg00 |
-PASS svgList.getItem(1) is seg01 |
-PASS svgList.getItem(2) is seg11 |
-PASS svgList.getItem(3) is seg10 |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |