Index: LayoutTests/dart/fib-script-async.html |
diff --git a/LayoutTests/dart/fib-script-async.html b/LayoutTests/dart/fib-script-async.html |
deleted file mode 100644 |
index 58ee75294f7282491553fa3831319d0a0f0f3bff..0000000000000000000000000000000000000000 |
--- a/LayoutTests/dart/fib-script-async.html |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-<html> |
-<body> |
- |
-<script type="application/javascript"> |
-if (window.layoutTestController) |
- layoutTestController.dumpAsText(); |
-</script> |
- |
-<script async type="application/dart"> |
-#import('dart:dom'); |
-#source('fib.dart'); |
- |
-void main() { |
- Main.main(); |
-} |
-</script> |
- |
-</body> |
-</html> |