Chromium Code Reviews

Side by Side Diff: third_party/WebKit/LayoutTests/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop.html

Issue 2522443002: Remove SVGCursorElement (Closed)
Patch Set: Rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html>
3 <head>
4 <script src="resources/SVGTestCase.js"></script>
5 <script src="../../resources/js-test.js"></script>
6 <script src="../../paint/invalidation/resources/text-based-repaint.js"></script>
7 </head>
8 <body onload="runRepaintTest()">
9 <h1>SVG 1.1 dynamic update tests</h1>
10 <p id="description"></p>
11 <div id="console"></div>
12 <script src="script-tests/SVGCursorElement-svgdom-y-prop.js"></script>
13 </body>
14 </html>
OLDNEW

Powered by Google App Engine