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)'); |