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

Side by Side Diff: LayoutTests/svg/animations/smil-element-target-crash-main.html

Issue 9562022: Merge 109345 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <script> 3 <script>
4 if (window.layoutTestController) { 4 if (window.layoutTestController) {
5 layoutTestController.dumpAsText(); 5 layoutTestController.dumpAsText();
6 layoutTestController.waitUntilDone(); 6 layoutTestController.waitUntilDone();
7 } 7 }
8 8
9 function crash() 9 function crash()
10 { 10 {
(...skipping 13 matching lines...) Expand all
24 } 24 }
25 25
26 function runTest() 26 function runTest()
27 { 27 {
28 setTimeout("crash()", 0); 28 setTimeout("crash()", 0);
29 } 29 }
30 </script> 30 </script>
31 <object data="resources/smil-element-target-crash.svg" id="object1" onload="runT est()"></object> 31 <object data="resources/smil-element-target-crash.svg" id="object1" onload="runT est()"></object>
32 <iframe id="iframe1"></iframe> 32 <iframe id="iframe1"></iframe>
33 </html> 33 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698