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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script src="../../resources/js-test.js"></script>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 </script>
7 Test deprecation messages in SVGSVGElement.
8 <svg/>
9 <script>
10 var svg = document.querySelector("svg");
11 svg.forceRedraw();
12 svg.suspendRedraw(6000);
13 svg.unsuspendRedraw(47);
14 svg.unsuspendRedrawAll();
15 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698