| Index: LayoutTests/http/tests/htmlimports/import-script-block-crossorigin-dynamic.html
|
| diff --git a/LayoutTests/http/tests/htmlimports/import-script-block-crossorigin-dynamic.html b/LayoutTests/http/tests/htmlimports/import-script-block-crossorigin-dynamic.html
|
| index 40d4cab0250c872cad485bb7988f046c40d61012..03be090d53dea10bc5fd6c2519aa4283aee6ced0 100644
|
| --- a/LayoutTests/http/tests/htmlimports/import-script-block-crossorigin-dynamic.html
|
| +++ b/LayoutTests/http/tests/htmlimports/import-script-block-crossorigin-dynamic.html
|
| @@ -17,21 +17,9 @@ function testAndDone()
|
| finishJSTest();
|
| }
|
|
|
| -var retryCount = 0;
|
| -
|
| // This should be called run-check.js
|
| function check()
|
| {
|
| - if (!document.corsExternalScriptForLocalhostHasRun) {
|
| - retryCount++;
|
| - if (10 < retryCount) {
|
| - console.log("FAIL: Retried too many times.");
|
| - return finishJSTest();
|
| - }
|
| -
|
| - return setTimeout(check, 100);
|
| - }
|
| -
|
| testAndDone();
|
| }
|
|
|
|
|