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

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

Issue 270623007: Revert "HTML Imports: Fix yet another FOUC" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed bad merge. 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
« no previous file with comments | « no previous file | LayoutTests/fast/html/imports/import-ignore-document-write.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..050aa50c252f26a6b6ac2cdbdea07a991f08cfeb 100644
--- a/LayoutTests/fast/html/imports/import-element-removed-flag.html
+++ b/LayoutTests/fast/html/imports/import-element-removed-flag.html
@@ -49,6 +49,7 @@ function testDynamicImportRemovingEagerly()
dynamicImportEager = document.createElement("link");
dynamicImportEager.setAttribute("rel", "import");
dynamicImportEager.setAttribute("href", "resources/setting-greet-var.html");
+ dynamicImportEager.addEventListener("load", check);
document.head.appendChild(dynamicImportEager);
// Reoving <link> just after appending it.
« no previous file with comments | « no previous file | LayoutTests/fast/html/imports/import-ignore-document-write.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698