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="../../js/resources/js-test-pre.js"></script> |
4 <head> | 4 <head> |
5 <link id="staticImportLink" rel="import" href="resources/hello.html"> | 5 <link id="staticImportLink" rel="import" href="resources/hello.html"> |
6 </head> | 6 </head> |
7 <body> | 7 <body> |
8 <script> | 8 <script> |
9 description("This tests 'element removed flag' behavior defined in https://dvcs.
w3.org/hg/webcomponents/raw-file/tip/spec/imports/index.html#dfn-element-removed
-flag."); | 9 description("This tests 'element removed flag' behavior defined in https://dvcs.
w3.org/hg/webcomponents/raw-file/tip/spec/imports/index.html#dfn-element-removed
-flag."); |
10 window.jsTestIsAsync = true; | 10 window.jsTestIsAsync = true; |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 finishJSTest(); | 70 finishJSTest(); |
71 } | 71 } |
72 | 72 |
73 window.setTimeout(check, 0); | 73 window.setTimeout(check, 0); |
74 } | 74 } |
75 | 75 |
76 testStaticImport(); | 76 testStaticImport(); |
77 testDynamicImport(); | 77 testDynamicImport(); |
78 | 78 |
79 </script> | 79 </script> |
80 <script src="../../js/resources/js-test-post.js"></script> | |
81 </body> | 80 </body> |
82 </html> | 81 </html> |
OLD | NEW |