Index: LayoutTests/svg/dom/SVGSVGElement-deprecated-methods.html |
diff --git a/LayoutTests/svg/dom/SVGSVGElement-deprecated-methods.html b/LayoutTests/svg/dom/SVGSVGElement-deprecated-methods.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f00845b138cde909468857b44df1033337053f62 |
--- /dev/null |
+++ b/LayoutTests/svg/dom/SVGSVGElement-deprecated-methods.html |
@@ -0,0 +1,15 @@ |
+<!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> |