| 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.
|
|
|