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