| Index: LayoutTests/fast/loader/external-script-URL-location.html
|
| diff --git a/LayoutTests/fast/loader/external-script-URL-location.html b/LayoutTests/fast/loader/external-script-URL-location.html
|
| index b8d430b5cee7a759179afe71bcd2975e2a54dd25..0074557f3bcf219079b9bde231142ed6662de15d 100644
|
| --- a/LayoutTests/fast/loader/external-script-URL-location.html
|
| +++ b/LayoutTests/fast/loader/external-script-URL-location.html
|
| @@ -1,11 +1,8 @@
|
| <body onload="test()">
|
| FAILURE
|
| <script>
|
| -if (window.testRunner) {
|
| +if (window.testRunner)
|
| testRunner.dumpAsText();
|
| - testRunner.waitUntilDone();
|
| -}
|
| -
|
| function test()
|
| {
|
| document.write("<br>Test 1<br>File in URL: " + leafName(document.URL) + "<br><script src='resources/external-script-URL-location.js'></scr" + "ipt>");
|
|
|