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

Unified Diff: LayoutTests/svg/dom/undefined-null.html

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 | « no previous file | LayoutTests/svg/dom/undefined-null-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/dom/undefined-null.html
diff --git a/LayoutTests/svg/dom/undefined-null.html b/LayoutTests/svg/dom/undefined-null.html
index bf69cff1ad86079a50f334f49ce26466fc3761c2..c22feccb8b274766d077aaff5b612375f01637d7 100644
--- a/LayoutTests/svg/dom/undefined-null.html
+++ b/LayoutTests/svg/dom/undefined-null.html
@@ -71,8 +71,8 @@ shouldThrow('svg.checkEnclosure(svg, undefined)');
shouldThrow('svg.checkEnclosure(svg, null)');
debug('');
-debug('SVGTransform createSVGTransformFromMatrix([Default=Undefined] optional SVGMatrix matrix)');
-// shouldNotThrow('svg.createSVGTransformFromMatrix()'); // FAIL
+debug('SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix)');
+shouldThrow('svg.createSVGTransformFromMatrix()');
shouldNotThrow('svg.createSVGTransformFromMatrix(matrix)');
shouldThrow('svg.createSVGTransformFromMatrix(undefined)');
shouldThrow('svg.createSVGTransformFromMatrix(null)');
« no previous file with comments | « no previous file | LayoutTests/svg/dom/undefined-null-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698