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

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

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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/dom/SVGSVGElement-deprecated-methods-expected.txt b/third_party/WebKit/LayoutTests/svg/dom/SVGSVGElement-deprecated-methods-expected.txt
deleted file mode 100644
index d0dda6698152f1a3957b751952bf52e2d877851b..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/svg/dom/SVGSVGElement-deprecated-methods-expected.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-CONSOLE WARNING: 'SVGSVGElement.forceRedraw()' is deprecated, please do not use it. It is a no-op, as per SVG2 (https://svgwg.org/svg2-draft/struct.html#__svg__SVGSVGElement__forceRedraw).
-CONSOLE WARNING: 'SVGSVGElement.suspendRedraw()' is deprecated, please do not use it. It is a no-op, as per SVG2 (https://svgwg.org/svg2-draft/struct.html#__svg__SVGSVGElement__suspendRedraw).
-CONSOLE WARNING: 'SVGSVGElement.unsuspendRedraw()' is deprecated, please do not use it. It is a no-op, as per SVG2 (https://svgwg.org/svg2-draft/struct.html#__svg__SVGSVGElement__unsuspendRedraw).
-CONSOLE WARNING: 'SVGSVGElement.unsuspendRedrawAll()' is deprecated, please do not use it. It is a no-op, as per SVG2 (https://svgwg.org/svg2-draft/struct.html#__svg__SVGSVGElement__unsuspendRedrawAll).
-PASS successfullyParsed is true
-
-TEST COMPLETE
-Test deprecation messages in SVGSVGElement.

Powered by Google App Engine
This is Rietveld 408576698