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

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

Issue 901623002: Deprecate SVGSVGElement.forceRedraw, suspendRedraw, unsuspendRedraw[All] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 10 months 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
« no previous file with comments | « LayoutTests/svg/dom/SVGSVGElement-deprecated-methods.html ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/dom/SVGSVGElement-deprecated-methods-expected.txt
diff --git a/LayoutTests/svg/dom/SVGSVGElement-deprecated-methods-expected.txt b/LayoutTests/svg/dom/SVGSVGElement-deprecated-methods-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d0dda6698152f1a3957b751952bf52e2d877851b
--- /dev/null
+++ b/LayoutTests/svg/dom/SVGSVGElement-deprecated-methods-expected.txt
@@ -0,0 +1,8 @@
+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.
« no previous file with comments | « LayoutTests/svg/dom/SVGSVGElement-deprecated-methods.html ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698