Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(237)

Unified Diff: third_party/WebKit/LayoutTests/svg/dom/svglist-exception-on-out-bounds-error-expected.txt

Issue 1416273002: Remove SVGPathElement.pathSegList and related interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/svg/dom/svglist-exception-on-out-bounds-error-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/dom/svglist-exception-on-out-bounds-error-expected.txt b/third_party/WebKit/LayoutTests/svg/dom/svglist-exception-on-out-bounds-error-expected.txt
deleted file mode 100644
index a21c54d81e1a9cfc3bfaf224e3433d39c8296425..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/svg/dom/svglist-exception-on-out-bounds-error-expected.txt
+++ /dev/null
@@ -1,45 +0,0 @@
-Tests that out of bounds accesses of SVGList correctly throw exceptions
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS svgList.getItem(index) threw exception IndexSizeError: Failed to execute 'getItem' on 'SVGPathSegList': The index provided (0) is greater than or equal to the maximum bound (0)..
-PASS svgList.insertItemBefore(null, index) threw exception TypeError: Failed to execute 'insertItemBefore' on 'SVGPathSegList': parameter 1 is not of type 'SVGPathSeg'..
-PASS svgList.insertItemBefore(seg, index) is seg
-PASS svgList.replaceItem(seg, index) threw exception IndexSizeError: Failed to execute 'replaceItem' on 'SVGPathSegList': The index provided (0) is greater than or equal to the maximum bound (0)..
-PASS svgList.replaceItem(null, index) threw exception TypeError: Failed to execute 'replaceItem' on 'SVGPathSegList': parameter 1 is not of type 'SVGPathSeg'..
-PASS svgList.removeItem(index) threw exception IndexSizeError: Failed to execute 'removeItem' on 'SVGPathSegList': The index provided (0) is greater than or equal to the maximum bound (0)..
-PASS svgList.getItem(index) threw exception IndexSizeError: Failed to execute 'getItem' on 'SVGPathSegList': The index provided (0) is greater than or equal to the maximum bound (0)..
-PASS svgList.insertItemBefore(null, index) threw exception TypeError: Failed to execute 'insertItemBefore' on 'SVGPathSegList': parameter 1 is not of type 'SVGPathSeg'..
-PASS svgList.insertItemBefore(seg, index) is seg
-PASS svgList.replaceItem(seg, index) threw exception IndexSizeError: Failed to execute 'replaceItem' on 'SVGPathSegList': The index provided (0) is greater than or equal to the maximum bound (0)..
-PASS svgList.replaceItem(null, index) threw exception TypeError: Failed to execute 'replaceItem' on 'SVGPathSegList': parameter 1 is not of type 'SVGPathSeg'..
-PASS svgList.removeItem(index) threw exception IndexSizeError: Failed to execute 'removeItem' on 'SVGPathSegList': The index provided (0) is greater than or equal to the maximum bound (0)..
-PASS svgList.getItem(index) threw exception IndexSizeError: Failed to execute 'getItem' on 'SVGPathSegList': The index provided (4294967295) is greater than the maximum bound (0)..
-PASS svgList.insertItemBefore(null, index) threw exception TypeError: Failed to execute 'insertItemBefore' on 'SVGPathSegList': parameter 1 is not of type 'SVGPathSeg'..
-PASS svgList.insertItemBefore(seg, index) is seg
-PASS svgList.replaceItem(seg, index) threw exception IndexSizeError: Failed to execute 'replaceItem' on 'SVGPathSegList': The index provided (4294967295) is greater than the maximum bound (0)..
-PASS svgList.replaceItem(null, index) threw exception TypeError: Failed to execute 'replaceItem' on 'SVGPathSegList': parameter 1 is not of type 'SVGPathSeg'..
-PASS svgList.removeItem(index) threw exception IndexSizeError: Failed to execute 'removeItem' on 'SVGPathSegList': The index provided (4294967295) is greater than the maximum bound (0)..
-PASS svgList.getItem(index) threw exception IndexSizeError: Failed to execute 'getItem' on 'SVGPathSegList': The index provided (0) is greater than or equal to the maximum bound (0)..
-PASS svgList.insertItemBefore(null, index) threw exception TypeError: Failed to execute 'insertItemBefore' on 'SVGPathSegList': parameter 1 is not of type 'SVGPathSeg'..
-PASS svgList.insertItemBefore(seg, index) is seg
-PASS svgList.replaceItem(seg, index) threw exception IndexSizeError: Failed to execute 'replaceItem' on 'SVGPathSegList': The index provided (0) is greater than or equal to the maximum bound (0)..
-PASS svgList.replaceItem(null, index) threw exception TypeError: Failed to execute 'replaceItem' on 'SVGPathSegList': parameter 1 is not of type 'SVGPathSeg'..
-PASS svgList.removeItem(index) threw exception IndexSizeError: Failed to execute 'removeItem' on 'SVGPathSegList': The index provided (0) is greater than or equal to the maximum bound (0)..
-PASS svgList.getItem(index) threw exception IndexSizeError: Failed to execute 'getItem' on 'SVGPathSegList': The index provided (1) is greater than the maximum bound (0)..
-PASS svgList.insertItemBefore(null, index) threw exception TypeError: Failed to execute 'insertItemBefore' on 'SVGPathSegList': parameter 1 is not of type 'SVGPathSeg'..
-PASS svgList.insertItemBefore(seg, index) is seg
-PASS svgList.replaceItem(seg, index) threw exception IndexSizeError: Failed to execute 'replaceItem' on 'SVGPathSegList': The index provided (1) is greater than the maximum bound (0)..
-PASS svgList.replaceItem(null, index) threw exception TypeError: Failed to execute 'replaceItem' on 'SVGPathSegList': parameter 1 is not of type 'SVGPathSeg'..
-PASS svgList.removeItem(index) threw exception IndexSizeError: Failed to execute 'removeItem' on 'SVGPathSegList': The index provided (1) is greater than the maximum bound (0)..
-PASS svgList.getItem(index) threw exception IndexSizeError: Failed to execute 'getItem' on 'SVGPathSegList': The index provided (0) is greater than or equal to the maximum bound (0)..
-PASS svgList.insertItemBefore(null, index) threw exception TypeError: Failed to execute 'insertItemBefore' on 'SVGPathSegList': parameter 1 is not of type 'SVGPathSeg'..
-PASS svgList.insertItemBefore(seg, index) is seg
-PASS svgList.replaceItem(seg, index) threw exception IndexSizeError: Failed to execute 'replaceItem' on 'SVGPathSegList': The index provided (0) is greater than or equal to the maximum bound (0)..
-PASS svgList.replaceItem(null, index) threw exception TypeError: Failed to execute 'replaceItem' on 'SVGPathSegList': parameter 1 is not of type 'SVGPathSeg'..
-PASS svgList.removeItem(index) threw exception IndexSizeError: Failed to execute 'removeItem' on 'SVGPathSegList': The index provided (0) is greater than or equal to the maximum bound (0)..
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698