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

Side by Side Diff: LayoutTests/svg/animations/animateTransform-list-crash.html

Issue 12637021: Merge 143859 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 9 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
« no previous file with comments | « no previous file | LayoutTests/svg/animations/animateTransform-list-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 Test for WK110704: This test passes if it does not crash. 4 Test for WK110704: This test passes if it does not crash.
5 <svg xmlns="http://www.w3.org/2000/svg"> 5 <svg xmlns="http://www.w3.org/2000/svg">
6 <animateTransform accumulate="sum" attributeName="transform" dur="0.01s" rep eatCount="indefinite" type="translate" values="1 2; 3 4; a"> 6 <animateTransform accumulate="sum" attributeName="transform" dur="0.01s" rep eatCount="indefinite" type="translate" values="1 2; 3 4; a">
7 </svg> 7 </svg>
8 <script> 8 <script>
9 if (window.testRunner) { 9 if (window.testRunner) {
10 testRunner.waitUntilDone(); 10 testRunner.waitUntilDone();
11 testRunner.dumpAsText(); 11 testRunner.dumpAsText();
12 } 12 }
13 13
14 setTimeout(function() { 14 setTimeout(function() {
15 if (window.testRunner) 15 if (window.testRunner)
16 testRunner.notifyDone(); 16 testRunner.notifyDone();
17 }, 0.02); 17 }, 0.02);
18 </script> 18 </script>
19 </body> 19 </body>
20 </html> 20 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/animations/animateTransform-list-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698