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

Unified Diff: LayoutTests/fast/html/imports/import-dynamic.html

Issue 265453003: HTML Imports: Let dynamically-added imports sync. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Landing. Created 6 years, 8 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-dynamic.html
diff --git a/LayoutTests/fast/html/imports/import-async.html b/LayoutTests/fast/html/imports/import-dynamic.html
similarity index 95%
rename from LayoutTests/fast/html/imports/import-async.html
rename to LayoutTests/fast/html/imports/import-dynamic.html
index 01bac3e25237d87dcf725a4b62fad52d7a33c128..84070ce6adb58ff123203bcb525b8040ac5a9400 100644
--- a/LayoutTests/fast/html/imports/import-async.html
+++ b/LayoutTests/fast/html/imports/import-dynamic.html
@@ -26,7 +26,7 @@ linkEl.onload = function(evt) {
</script>
<script>
debug("In script tag - This should be called first.");
-shouldBeFalse("importIsLoaded");
+shouldBeTrue("importIsLoaded");
scriptIsExecuted = true;
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698