| Index: LayoutTests/fast/html/imports/import-same-url.html
|
| diff --git a/LayoutTests/fast/html/imports/import-same-url.html b/LayoutTests/fast/html/imports/import-same-url.html
|
| index ee06a80c95f6e1baa7d69691cee985a47e7cc62a..199381e9dda6c6f0a354865a46fe3044a7504508 100644
|
| --- a/LayoutTests/fast/html/imports/import-same-url.html
|
| +++ b/LayoutTests/fast/html/imports/import-same-url.html
|
| @@ -4,11 +4,13 @@
|
| <head>
|
| <link id="target1" rel="import" href="resources/hello.html">
|
| <link id="target2" rel="import" href="resources/hello.html">
|
| +<link id="target3" rel="import" href="resources/hello.html#fragment">
|
| </head>
|
| <body>
|
| <script>
|
| shouldBeNonNull("target1.import");
|
| shouldBe("target1.import", "target2.import");
|
| +shouldBe("target1.import", "target3.import");
|
| </script>
|
| <script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
|
|