OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <script src="../../js/resources/js-test-pre.js"></script> | 3 <script src="../../../resources/js-test.js"></script> |
4 <head> | 4 <head> |
5 <link id="target1" rel="import" href="resources/hello.html"> | 5 <link id="target1" rel="import" href="resources/hello.html"> |
6 <link id="target2" rel="import" href="resources/hello.html"> | 6 <link id="target2" rel="import" href="resources/hello.html"> |
7 <link id="target3" rel="import" href="resources/hello.html#fragment"> | 7 <link id="target3" rel="import" href="resources/hello.html#fragment"> |
8 </head> | 8 </head> |
9 <body> | 9 <body> |
10 <script> | 10 <script> |
11 shouldBeNonNull("target1.import"); | 11 shouldBeNonNull("target1.import"); |
12 shouldBe("target1.import", "target2.import"); | 12 shouldBe("target1.import", "target2.import"); |
13 shouldBe("target1.import", "target3.import"); | 13 shouldBe("target1.import", "target3.import"); |
14 </script> | 14 </script> |
15 </body> | 15 </body> |
16 </html> | 16 </html> |
OLD | NEW |