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

Side by Side Diff: LayoutTests/svg/animations/reset-animation-crash.html

Issue 12310113: Merge 143640 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 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
« no previous file with comments | « no previous file | LayoutTests/svg/animations/reset-animation-crash-expected.html » ('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 <head> 3 <head>
4 <style id='style'> 4 <style id='style'>
5 #div { 5 #div {
6 -webkit-mask-image: url('resources/remove-animation-element-while-animation- is-running.svg'); 6 -webkit-mask-image: url('resources/remove-animation-element-while-animation- is-running.svg');
7 } 7 }
8 </style> 8 </style>
9 <script> 9 <script>
10 if (window.testRunner) 10 if (window.testRunner)
(...skipping 12 matching lines...) Expand all
23 testRunner.notifyDone(); 23 testRunner.notifyDone();
24 } 24 }
25 </script> 25 </script>
26 </head> 26 </head>
27 <body onload="setupCrash()"> 27 <body onload="setupCrash()">
28 Test for WK110257: This test passes if it does not crash. 28 Test for WK110257: This test passes if it does not crash.
29 <div id='div'></div> 29 <div id='div'></div>
30 </body> 30 </body>
31 </html> 31 </html>
32 32
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/animations/reset-animation-crash-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698