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

Unified Diff: LayoutTests/svg/dom/SVGTransformList-expected.txt

Issue 144463014: Add [StrictTypeChecking] to the SVGGeometryElement interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Drop/change TC; Simplify generated code. Created 6 years, 10 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 | « no previous file | LayoutTests/svg/dom/undefined-null.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/dom/SVGTransformList-expected.txt
diff --git a/LayoutTests/svg/dom/SVGTransformList-expected.txt b/LayoutTests/svg/dom/SVGTransformList-expected.txt
index 26b440de6b77c47f01af2f15a71f6136c4a0971e..ecc553cd832b8bc5c8837076f22bda28f362fa6d 100644
--- a/LayoutTests/svg/dom/SVGTransformList-expected.txt
+++ b/LayoutTests/svg/dom/SVGTransformList-expected.txt
@@ -11,7 +11,7 @@ PASS transform.createSVGTransformFromMatrix(svgElement) threw exception TypeErro
PASS transform.createSVGTransformFromMatrix('aString') threw exception TypeError: Failed to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': parameter 1 is not of type 'SVGMatrix'..
PASS transform.createSVGTransformFromMatrix(1) threw exception TypeError: Failed to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': parameter 1 is not of type 'SVGMatrix'..
PASS transform.createSVGTransformFromMatrix(true) threw exception TypeError: Failed to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': parameter 1 is not of type 'SVGMatrix'..
-PASS transform.createSVGTransformFromMatrix(undefined) threw exception TypeMismatchError: Failed to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': The matrix provided is invalid..
+PASS transform.createSVGTransformFromMatrix(undefined) threw exception TypeError: Failed to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': parameter 1 is not of type 'SVGMatrix'..
PASS transform.createSVGTransformFromMatrix(null) threw exception TypeError: Failed to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': parameter 1 is not of type 'SVGMatrix'..
PASS successfullyParsed is true
« no previous file with comments | « no previous file | LayoutTests/svg/dom/undefined-null.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698