Chromium Code Reviews| Index: sky/tests/modules/script-import.sky |
| diff --git a/sky/tests/modules/script-import.sky b/sky/tests/modules/script-import.sky |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..17e0870ae01627325dc99b919be9a968224859b3 |
| --- /dev/null |
| +++ b/sky/tests/modules/script-import.sky |
| @@ -0,0 +1,5 @@ |
| +<script> |
| +module.import("resources/pass.sky").then(function(hello) { |
| + internals.notifyTestComplete(hello); |
| +}); |
| +</script> |