Index: third_party/WebKit/LayoutTests/svg/dom/SVGSVGElement-deprecated-methods.html |
diff --git a/third_party/WebKit/LayoutTests/svg/dom/SVGSVGElement-deprecated-methods.html b/third_party/WebKit/LayoutTests/svg/dom/SVGSVGElement-deprecated-methods.html |
deleted file mode 100644 |
index f00845b138cde909468857b44df1033337053f62..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/svg/dom/SVGSVGElement-deprecated-methods.html |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-<!DOCTYPE html> |
-<script src="../../resources/js-test.js"></script> |
-<script> |
-if (window.testRunner) |
- testRunner.dumpAsText(); |
-</script> |
-Test deprecation messages in SVGSVGElement. |
-<svg/> |
-<script> |
-var svg = document.querySelector("svg"); |
-svg.forceRedraw(); |
-svg.suspendRedraw(6000); |
-svg.unsuspendRedraw(47); |
-svg.unsuspendRedrawAll(); |
-</script> |