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

Unified Diff: LayoutTests/fast/html/imports/import-nested-dup.html

Issue 238923009: HTML Imports: No more BlockingDocumentCreation. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed the build breakage 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-nested-dup.html
diff --git a/LayoutTests/fast/html/imports/import-nested-dup.html b/LayoutTests/fast/html/imports/import-nested-dup.html
index 51a4ca02630e23042d371661084af2c2c6d7d7f0..55d29dd51f8c05d5d99b0d19b9e41d4464265132 100644
--- a/LayoutTests/fast/html/imports/import-nested-dup.html
+++ b/LayoutTests/fast/html/imports/import-nested-dup.html
@@ -30,6 +30,8 @@ description("Test that a subimport should be loaded even if is linked as a top-l
var expected = ["START:import-nested-dup.html",
"START:nest-dup-parent.html",
"START:nest-dup.html",
+ "START:nest-dup-child.html",
+ "END :nest-dup-child.html",
"END :nest-dup.html",
"END :nest-dup-parent.html",
"END :import-nested-dup.html"]

Powered by Google App Engine
This is Rietveld 408576698