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