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

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

Issue 153883003: [SVG] SVGAnimatedTransform{,List} migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
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..10c1bb06c312d17f81c5f140df7cc8d7f0cc75ca 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..
+FAIL transform.createSVGTransformFromMatrix(undefined) should throw an exception. Was null.
PASS transform.createSVGTransformFromMatrix(null) threw exception TypeError: Failed to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': parameter 1 is not of type 'SVGMatrix'..
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698