| 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",
|
|
|