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

Side by Side Diff: LayoutTests/fast/dom/HTMLScriptElement/script-element-moved-to-detached-document-crash.html

Issue 798493005: Merge 187458 "Correctly move script element to a detached document." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2214/
Patch Set: Created 5 years, 11 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 | Annotate | Revision Log
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../../resources/js-test.js"></script> 4 <script src="../../../resources/js-test.js"></script>
5 <script> 5 <script>
6 description("Moving pending scripts between detached and non-detached documents should not crash."); 6 description("Moving pending scripts between detached and non-detached documents should not crash.");
7 7
8 window.jsTestIsAsync = true; 8 window.jsTestIsAsync = true;
9 9
10 if (window.testRunner) { 10 if (window.testRunner) {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 // Pass if no asserts triggered by the above script element document transfe rs. 44 // Pass if no asserts triggered by the above script element document transfe rs.
45 finishJSTest(); 45 finishJSTest();
46 } 46 }
47 window.onload = start; 47 window.onload = start;
48 </script> 48 </script>
49 </head> 49 </head>
50 <body> 50 <body>
51 <div id="store_div"></div> 51 <div id="store_div"></div>
52 </body> 52 </body>
53 </html> 53 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698