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

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

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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: LayoutTests/svg/dom/svglist-exception-on-out-bounds-error-expected.txt
diff --git a/LayoutTests/svg/dom/svglist-exception-on-out-bounds-error-expected.txt b/LayoutTests/svg/dom/svglist-exception-on-out-bounds-error-expected.txt
index ab1340a1cf54865f835c2bbe04292be992752f5e..415663b9edf676a9142f9cec6d51965d6cd97ac7 100644
--- a/LayoutTests/svg/dom/svglist-exception-on-out-bounds-error-expected.txt
+++ b/LayoutTests/svg/dom/svglist-exception-on-out-bounds-error-expected.txt
@@ -3,42 +3,42 @@ 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 Error: IndexSizeError: DOM Exception 1.
-PASS svgList.insertItemBefore(null, index) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
+PASS svgList.getItem(index) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
+PASS svgList.insertItemBefore(null, index) threw exception SVG_WRONG_TYPE_ERR: An object of the wrong type was passed to an operation..
PASS svgList.insertItemBefore(seg, index) is seg
-PASS svgList.replaceItem(seg, index) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS svgList.replaceItem(null, index) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
-PASS svgList.removeItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS svgList.getItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS svgList.insertItemBefore(null, index) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
+PASS svgList.replaceItem(seg, index) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
+PASS svgList.replaceItem(null, index) threw exception SVG_WRONG_TYPE_ERR: An object of the wrong type was passed to an operation..
+PASS svgList.removeItem(index) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
+PASS svgList.getItem(index) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
+PASS svgList.insertItemBefore(null, index) threw exception SVG_WRONG_TYPE_ERR: An object of the wrong type was passed to an operation..
PASS svgList.insertItemBefore(seg, index) is seg
-PASS svgList.replaceItem(seg, index) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS svgList.replaceItem(null, index) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
-PASS svgList.removeItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS svgList.getItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS svgList.insertItemBefore(null, index) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
+PASS svgList.replaceItem(seg, index) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
+PASS svgList.replaceItem(null, index) threw exception SVG_WRONG_TYPE_ERR: An object of the wrong type was passed to an operation..
+PASS svgList.removeItem(index) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
+PASS svgList.getItem(index) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
+PASS svgList.insertItemBefore(null, index) threw exception SVG_WRONG_TYPE_ERR: An object of the wrong type was passed to an operation..
PASS svgList.insertItemBefore(seg, index) is seg
-PASS svgList.replaceItem(seg, index) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS svgList.replaceItem(null, index) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
-PASS svgList.removeItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS svgList.getItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS svgList.insertItemBefore(null, index) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
+PASS svgList.replaceItem(seg, index) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
+PASS svgList.replaceItem(null, index) threw exception SVG_WRONG_TYPE_ERR: An object of the wrong type was passed to an operation..
+PASS svgList.removeItem(index) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
+PASS svgList.getItem(index) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
+PASS svgList.insertItemBefore(null, index) threw exception SVG_WRONG_TYPE_ERR: An object of the wrong type was passed to an operation..
PASS svgList.insertItemBefore(seg, index) is seg
-PASS svgList.replaceItem(seg, index) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS svgList.replaceItem(null, index) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
-PASS svgList.removeItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS svgList.getItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS svgList.insertItemBefore(null, index) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
+PASS svgList.replaceItem(seg, index) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
+PASS svgList.replaceItem(null, index) threw exception SVG_WRONG_TYPE_ERR: An object of the wrong type was passed to an operation..
+PASS svgList.removeItem(index) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
+PASS svgList.getItem(index) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
+PASS svgList.insertItemBefore(null, index) threw exception SVG_WRONG_TYPE_ERR: An object of the wrong type was passed to an operation..
PASS svgList.insertItemBefore(seg, index) is seg
-PASS svgList.replaceItem(seg, index) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS svgList.replaceItem(null, index) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
-PASS svgList.removeItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS svgList.getItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS svgList.insertItemBefore(null, index) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
+PASS svgList.replaceItem(seg, index) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
+PASS svgList.replaceItem(null, index) threw exception SVG_WRONG_TYPE_ERR: An object of the wrong type was passed to an operation..
+PASS svgList.removeItem(index) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
+PASS svgList.getItem(index) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
+PASS svgList.insertItemBefore(null, index) threw exception SVG_WRONG_TYPE_ERR: An object of the wrong type was passed to an operation..
PASS svgList.insertItemBefore(seg, index) is seg
-PASS svgList.replaceItem(seg, index) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS svgList.replaceItem(null, index) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
-PASS svgList.removeItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
+PASS svgList.replaceItem(seg, index) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
+PASS svgList.replaceItem(null, index) threw exception SVG_WRONG_TYPE_ERR: An object of the wrong type was passed to an operation..
+PASS svgList.removeItem(index) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/svg/dom/altGlyph-dom-expected.txt ('k') | LayoutTests/svg/filters/feBlend-invalid-mode-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698