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

Side by Side Diff: LayoutTests/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures.html

Issue 1108293002: Make DOMImplementation.hasFeature() always return true. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: windows compilefix attempt Created 5 years, 7 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 unified diff | Download patch
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="../../fast/repaint/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/SVGCircleElement-svgdom-requiredFeatures.js"></script>
13 </body>
14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698