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

Side by Side Diff: LayoutTests/fast/html/pending-stylesheet-crash.html

Issue 10165023: Merge 113229 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 years, 8 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/fast/html/pending-stylesheet-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 PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head id="h"> 3 <head id="h">
4 </head> 4 </head>
5 <body> 5 <body>
6 <script> 6 <script>
7 if (window.layoutTestController) 7 if (window.layoutTestController)
8 window.layoutTestController.dumpAsText(); 8 window.layoutTestController.dumpAsText();
9 9
10 var link = document.createElement('link'); 10 var link = document.createElement('link');
(...skipping 13 matching lines...) Expand all
24 for (var i = 0; i < 10000; i++) 24 for (var i = 0; i < 10000; i++)
25 new Object; 25 new Object;
26 } 26 }
27 } 27 }
28 28
29 gc(); 29 gc();
30 </script> 30 </script>
31 <p>This test passes if it doesn't crash</p> 31 <p>This test passes if it doesn't crash</p>
32 </body> 32 </body>
33 </html> 33 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/html/pending-stylesheet-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698