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

Unified Diff: LayoutTests/svg/dom/undefined-null-expected.txt

Issue 149603007: Fixup SVGSVGElement.createSVGTransformFromMatrix IDL definition (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
« no previous file with comments | « LayoutTests/svg/dom/undefined-null.html ('k') | Source/core/svg/SVGSVGElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/dom/undefined-null-expected.txt
diff --git a/LayoutTests/svg/dom/undefined-null-expected.txt b/LayoutTests/svg/dom/undefined-null-expected.txt
index db145634af14054869fbab16cebb8e5ad4becd1e..9fa5a274e930c7a9b98194c54d70e9b23ad06009 100644
--- a/LayoutTests/svg/dom/undefined-null-expected.txt
+++ b/LayoutTests/svg/dom/undefined-null-expected.txt
@@ -46,7 +46,8 @@ PASS svg.checkEnclosure(null, rect) threw exception TypeError: Failed to execute
PASS svg.checkEnclosure(svg, undefined) threw exception TypeError: Failed to execute 'checkEnclosure' on 'SVGSVGElement': parameter 2 is not of type 'SVGRect'..
PASS svg.checkEnclosure(svg, null) threw exception TypeError: Failed to execute 'checkEnclosure' on 'SVGSVGElement': parameter 2 is not of type 'SVGRect'..
-SVGTransform createSVGTransformFromMatrix([Default=Undefined] optional SVGMatrix matrix)
+SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix)
+PASS svg.createSVGTransformFromMatrix() threw exception TypeError: Failed to execute 'createSVGTransformFromMatrix' on 'SVGSVGElement': 1 argument required, but only 0 present..
PASS svg.createSVGTransformFromMatrix(matrix) did not throw exception.
PASS svg.createSVGTransformFromMatrix(undefined) threw exception TypeError: Failed to execute 'createSVGTransformFromMatrix' on 'SVGSVGElement': parameter 1 is not of type 'SVGMatrix'..
PASS svg.createSVGTransformFromMatrix(null) threw exception TypeError: Failed to execute 'createSVGTransformFromMatrix' on 'SVGSVGElement': parameter 1 is not of type 'SVGMatrix'..
« no previous file with comments | « LayoutTests/svg/dom/undefined-null.html ('k') | Source/core/svg/SVGSVGElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698