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

Unified Diff: LayoutTests/fast/html/imports/import-element-removed-flag.html

Issue 279463002: HTML Imports: Fix yet another FOUC (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698