Index: third_party/WebKit/LayoutTests/svg/dom/method-argument-aritychecks.html |
diff --git a/third_party/WebKit/LayoutTests/svg/dom/method-argument-aritychecks.html b/third_party/WebKit/LayoutTests/svg/dom/method-argument-aritychecks.html |
index 1c6daa7451782ab25fde6a81a34e5ba7b1abec1b..0d711886447c3f56e7f632e6e49be105cb437cd9 100644 |
--- a/third_party/WebKit/LayoutTests/svg/dom/method-argument-aritychecks.html |
+++ b/third_party/WebKit/LayoutTests/svg/dom/method-argument-aritychecks.html |
@@ -48,13 +48,4 @@ shouldThrow('gaussian.setStdDeviation()'); |
shouldThrow('gaussian.setStdDeviation(0)'); |
shouldNotThrow('gaussian.setStdDeviation(0, 0)'); |
-debug(''); |
-debug(''); |
-debug('SVGTests'); |
- |
-debug(''); |
-debug('hasExtension(DOMString extension)'); |
-shouldThrow('rect.hasExtension()'); |
-shouldNotThrow('rect.hasExtension("foo")'); |
- |
</script> |