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

Side by Side Diff: LayoutTests/fast/tokenizer/write-external-script-open.html

Issue 679863002: Revert "Prepare blink to unify definitions of load completion" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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 <body onload="test()"> 1 <body onload="test()">
2 FAILURE 2 FAILURE
3 <script> 3 <script>
4 if (window.testRunner) { 4 if (window.testRunner)
5 testRunner.dumpAsText(); 5 testRunner.dumpAsText();
6 testRunner.waitUntilDone();
7 }
8
9 function test() 6 function test()
10 { 7 {
11 document.write("SUCCESS (1 of 2)<script src='resources/write-external-script -open.js'></scr" + "ipt>"); 8 document.write("SUCCESS (1 of 2)<script src='resources/write-external-script -open.js'></scr" + "ipt>");
12 } 9 }
13 </script> 10 </script>
14 </body> 11 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698