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

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

Issue 141523002: Add null-correctness checking to [StrictTypeChecking] methods (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Last test Created 6 years, 11 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
« no previous file with comments | « LayoutTests/svg/dom/SVGTransformList-expected.txt ('k') | Source/bindings/scripts/code_generator_v8.pm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e2613da4b15d0474f08ae97e14e4b0b8ca6a7aac..0a362c4b33c0ad1ee710bdb84b7a905d7318a8bd 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
@@ -4,40 +4,40 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
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 TypeError: Failed to execute 'insertItemBefore' on 'SVGPathSegList': The PassListItemType provided is invalid..
+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: Index or size was negative, or greater than the allowed value..
-PASS svgList.replaceItem(null, index) threw exception TypeError: Failed to execute 'replaceItem' on 'SVGPathSegList': The PassListItemType provided is invalid..
+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: 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 TypeError: Failed to execute 'insertItemBefore' on 'SVGPathSegList': The PassListItemType provided is invalid..
+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: Index or size was negative, or greater than the allowed value..
-PASS svgList.replaceItem(null, index) threw exception TypeError: Failed to execute 'replaceItem' on 'SVGPathSegList': The PassListItemType provided is invalid..
+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: 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 TypeError: Failed to execute 'insertItemBefore' on 'SVGPathSegList': The PassListItemType provided is invalid..
+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: Index or size was negative, or greater than the allowed value..
-PASS svgList.replaceItem(null, index) threw exception TypeError: Failed to execute 'replaceItem' on 'SVGPathSegList': The PassListItemType provided is invalid..
+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: 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 TypeError: Failed to execute 'insertItemBefore' on 'SVGPathSegList': The PassListItemType provided is invalid..
+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: Index or size was negative, or greater than the allowed value..
-PASS svgList.replaceItem(null, index) threw exception TypeError: Failed to execute 'replaceItem' on 'SVGPathSegList': The PassListItemType provided is invalid..
+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: 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 TypeError: Failed to execute 'insertItemBefore' on 'SVGPathSegList': The PassListItemType provided is invalid..
+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: Index or size was negative, or greater than the allowed value..
-PASS svgList.replaceItem(null, index) threw exception TypeError: Failed to execute 'replaceItem' on 'SVGPathSegList': The PassListItemType provided is invalid..
+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: 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 TypeError: Failed to execute 'insertItemBefore' on 'SVGPathSegList': The PassListItemType provided is invalid..
+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: Index or size was negative, or greater than the allowed value..
-PASS svgList.replaceItem(null, index) threw exception TypeError: Failed to execute 'replaceItem' on 'SVGPathSegList': The PassListItemType provided is invalid..
+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: Index or size was negative, or greater than the allowed value..
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/svg/dom/SVGTransformList-expected.txt ('k') | Source/bindings/scripts/code_generator_v8.pm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698