| Index: sky/tests/modules/imports-can-import.sky
|
| diff --git a/sky/tests/modules/imports-can-import.html b/sky/tests/modules/imports-can-import.sky
|
| similarity index 65%
|
| rename from sky/tests/modules/imports-can-import.html
|
| rename to sky/tests/modules/imports-can-import.sky
|
| index 7983f78e0ded59fd226172308049dcc28f937f3f..ff84857515987cb63d706cc3e50243c5dd9d93f0 100644
|
| --- a/sky/tests/modules/imports-can-import.html
|
| +++ b/sky/tests/modules/imports-can-import.sky
|
| @@ -1,5 +1,5 @@
|
| <html>
|
| -<link rel="import" href="resources/intermediate.html" as="chocolate" />
|
| +<link rel="import" href="resources/intermediate.sky" as="chocolate" />
|
| <div id="result">FAIL</div>
|
| <script>
|
| document.getElementById("result").textContent = JSON.stringify(chocolate);
|
|
|