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

Side by Side Diff: LayoutTests/svg/animations/deferred-insertion.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 <script src="../../resources/js-test.js"></script> 4 <script src="../../resources/js-test.js"></script>
5 <script src="../dynamic-updates/resources/SVGTestCase.js"></script> 5 <script src="resources/SVGTestCase.js"></script>
6 <script src="resources/SVGAnimationTestCase.js"></script> 6 <script src="resources/SVGAnimationTestCase.js"></script>
7 </head> 7 </head>
8 <body onload="scheduleTest()"> 8 <body onload="scheduleTest()">
9 <h1>SVG 1.1 dynamic animation tests</h1> 9 <h1>SVG 1.1 dynamic animation tests</h1>
10 <p id="description"></p> 10 <p id="description"></p>
11 <div id="console"></div> 11 <div id="console"></div>
12 <script> 12 <script>
13 13
14 function scheduleTest() { 14 function scheduleTest() {
15 if (window.testRunner) 15 if (window.testRunner)
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 ["animation", 4.001, sample1] 70 ["animation", 4.001, sample1]
71 ]; 71 ];
72 72
73 runAnimationTest(expectedValues); 73 runAnimationTest(expectedValues);
74 } 74 }
75 75
76 var successfullyParsed = true; 76 var successfullyParsed = true;
77 </script> 77 </script>
78 </body> 78 </body>
79 </html> 79 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/animations/cyclic-syncbase.html ('k') | LayoutTests/svg/animations/discard-on-discard.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698