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

Side by Side Diff: LayoutTests/svg/animations/animate-end-attribute-numeric-precision.html

Issue 172973002: Rewrite svg/dynamic-updates to use text-based repaint harness (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: actually add file Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <!-- Tests numeric precision issues in animations --> 4 <!-- Tests numeric precision issues in animations -->
5 <script src="../../resources/js-test.js"></script> 5 <script src="../../resources/js-test.js"></script>
6 <script src="../dynamic-updates/resources/SVGTestCase.js"></script> 6 <script src="resources/SVGTestCase.js"></script>
7 <script src="resources/SVGAnimationTestCase.js"></script> 7 <script src="resources/SVGAnimationTestCase.js"></script>
8 </head> 8 </head>
9 <body onload="runSMILTest()"> 9 <body onload="runSMILTest()">
10 <h1>SVG 1.1 dynamic animation tests</h1> 10 <h1>SVG 1.1 dynamic animation tests</h1>
11 <p id="description"></p> 11 <p id="description"></p>
12 <div id="console"></div> 12 <div id="console"></div>
13 <script src="script-tests/animate-end-attribute-numeric-precision.js"></script> 13 <script src="script-tests/animate-end-attribute-numeric-precision.js"></script>
14 </body> 14 </body>
15 </html> 15 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/animations/animate-end-attribute.html ('k') | LayoutTests/svg/animations/animate-endElement-beginElement.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698