Chromium Code Reviews| Index: LayoutTests/fast/html/imports/import-element-removed-flag.html |
| diff --git a/LayoutTests/fast/html/imports/import-element-removed-flag.html b/LayoutTests/fast/html/imports/import-element-removed-flag.html |
| index 1f91264bb7d4737dfa066789d7c01459737abc41..1b7272b031ca5e18beefa820b22494d2e4c52ed3 100644 |
| --- a/LayoutTests/fast/html/imports/import-element-removed-flag.html |
| +++ b/LayoutTests/fast/html/imports/import-element-removed-flag.html |
| @@ -69,7 +69,7 @@ function testDynamicImportRemovingEagerly() |
| window.requestAnimationFrame(function() { finishJSTest(); }, 0); |
| } |
| - window.setTimeout(check, 0); |
| + setTimeout(check, 0); |
|
esprehn
2014/05/08 19:13:29
What's this setTimeout waiting for?
Hajime Morrita
2014/05/08 19:42:40
This is a busy loop. I did this because the load e
|
| } |
| testStaticImport(); |