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

Unified Diff: third_party/WebKit/LayoutTests/svg/dom/method-argument-aritychecks-expected.txt

Issue 1359053004: Remove SVG hasExtension() methods (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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: 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

Powered by Google App Engine
This is Rietveld 408576698