Index: sky/tests/resources/dump-as-text.sky |
diff --git a/sky/tests/resources/dump-as-text.sky b/sky/tests/resources/dump-as-text.sky |
deleted file mode 100644 |
index 2e948fbcd720d17af68f073dcb633cd06c97f09d..0000000000000000000000000000000000000000 |
--- a/sky/tests/resources/dump-as-text.sky |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-<script> |
-import "dart:sky" as sky; |
-import "dart:sky.internals" as internals; |
- |
-void handleLoadEvent(event) { |
- internals.notifyTestComplete(internals.contentAsText()); |
-} |
- |
-void _init(_) { |
- sky.window.addEventListener('load', handleLoadEvent); |
-} |
-</script> |