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

Unified Diff: third_party/WebKit/LayoutTests/svg/dom/SVGSVGElement-deprecated-methods.html

Issue 1516553002: Remove deprecation messages for no-ops that are left in the specs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and update tests Created 5 years 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/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>

Powered by Google App Engine
This is Rietveld 408576698