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

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

Issue 238923009: HTML Imports: No more BlockingDocumentCreation. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased to ToT. 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-2.html
diff --git a/LayoutTests/fast/html/imports/import-nested-dup-2.html b/LayoutTests/fast/html/imports/import-nested-dup-2.html
index 72e7a7955d314fd4eb5178bbfa958ba0a55afc56..a0b311f47c41ab4750099e6227dae673bb02f2c5 100644
--- a/LayoutTests/fast/html/imports/import-nested-dup-2.html
+++ b/LayoutTests/fast/html/imports/import-nested-dup-2.html
@@ -27,11 +27,12 @@ start();
<script>
end();
description("Test that a subimport should be loaded even if is linked as a top-level import.");
-console.log(marks.join("\n"));
var expected = ["START:import-nested-dup-2.html",
"START:nest-dup-grand-parent.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 :nest-dup-grand-parent.html",
« no previous file with comments | « LayoutTests/fast/html/imports/import-nested-dup.html ('k') | LayoutTests/fast/html/imports/import-nested-dup-2-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698