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

Side by Side Diff: LayoutTests/fast/dom/node-move-to-new-document-crash-main.html

Issue 9617035: Merge 107519 (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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/node-move-to-new-document-crash-main-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 <body> 2 <body>
3 <script src="../js/resources/js-test-pre.js"></script> 3 <script src="../js/resources/js-test-pre.js"></script>
4 <script> 4 <script>
5 description("Tests that moving nodes across documents does not crash."); 5 description("Tests that moving nodes across documents does not crash.");
6 6
7 if (window.layoutTestController) { 7 if (window.layoutTestController) {
8 layoutTestController.dumpAsText(); 8 layoutTestController.dumpAsText();
9 layoutTestController.waitUntilDone(); 9 layoutTestController.waitUntilDone();
10 } 10 }
(...skipping 16 matching lines...) Expand all
27 gc(); 27 gc();
28 document.adoptNode(test); 28 document.adoptNode(test);
29 if (window.layoutTestController) 29 if (window.layoutTestController)
30 layoutTestController.notifyDone(); 30 layoutTestController.notifyDone();
31 } 31 }
32 </script> 32 </script>
33 <object data="resources/node-move-to-new-document-crash.svg" id="root" onload="r unTest()"/></object> 33 <object data="resources/node-move-to-new-document-crash.svg" id="root" onload="r unTest()"/></object>
34 <script src="../js/resources/js-test-post.js"></script> 34 <script src="../js/resources/js-test-post.js"></script>
35 </body> 35 </body>
36 </html> 36 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/node-move-to-new-document-crash-main-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698