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

Side by Side Diff: LayoutTests/fast/dom/node-iterator-reference-node-moved-crash.html

Issue 5787002: Merge 73620 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/597/
Patch Set: Created 10 years 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/dom/node-iterator-reference-node-moved-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 <html> 1 <html>
2 <head> 2 <head>
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 gc() 9 function gc()
10 { 10 {
(...skipping 29 matching lines...) Expand all
40 if (window.layoutTestController) 40 if (window.layoutTestController)
41 layoutTestController.notifyDone(); 41 layoutTestController.notifyDone();
42 } 42 }
43 </script> 43 </script>
44 </head> 44 </head>
45 <body onload="runTest()"> 45 <body onload="runTest()">
46 Test passes if it does not crash. 46 Test passes if it does not crash.
47 </body> 47 </body>
48 </html> 48 </html>
49 49
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/node-iterator-reference-node-moved-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698