Index: third_party/WebKit/LayoutTests/svg/dom/method-argument-aritychecks-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/dom/method-argument-aritychecks-expected.txt b/third_party/WebKit/LayoutTests/svg/dom/method-argument-aritychecks-expected.txt |
index c311d7bde4630c81c2d37ac73a19b3325796a996..6722d690b552dfa2f4f36c6a831be1a1139dd56d 100644 |
--- a/third_party/WebKit/LayoutTests/svg/dom/method-argument-aritychecks-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/dom/method-argument-aritychecks-expected.txt |
@@ -29,13 +29,6 @@ setStdDeviation(float stdDeviationX, float stdDeviationY) |
PASS gaussian.setStdDeviation() threw exception TypeError: Failed to execute 'setStdDeviation' on 'SVGFEGaussianBlurElement': 2 arguments required, but only 0 present.. |
PASS gaussian.setStdDeviation(0) threw exception TypeError: Failed to execute 'setStdDeviation' on 'SVGFEGaussianBlurElement': 2 arguments required, but only 1 present.. |
PASS gaussian.setStdDeviation(0, 0) did not throw exception. |
- |
- |
-SVGTests |
- |
-hasExtension(DOMString extension) |
-PASS rect.hasExtension() threw exception TypeError: Failed to execute 'hasExtension' on 'SVGGraphicsElement': 1 argument required, but only 0 present.. |
-PASS rect.hasExtension("foo") did not throw exception. |
PASS successfullyParsed is true |
TEST COMPLETE |