| Index: LayoutTests/fast/files/file-constructor.html
|
| diff --git a/LayoutTests/fast/animation/script-tests/TEMPLATE.html b/LayoutTests/fast/files/file-constructor.html
|
| similarity index 50%
|
| copy from LayoutTests/fast/animation/script-tests/TEMPLATE.html
|
| copy to LayoutTests/fast/files/file-constructor.html
|
| index d1f7d01fdbae93e5f3e4671ec179f248e6a1e609..62d982db5081ff4f00ad557f1e8632e6f7c30a32 100644
|
| --- a/LayoutTests/fast/animation/script-tests/TEMPLATE.html
|
| +++ b/LayoutTests/fast/files/file-constructor.html
|
| @@ -4,8 +4,7 @@
|
| <script src="../js/resources/js-test-pre.js"></script>
|
| </head>
|
| <body>
|
| -<span id="e"></span>
|
| -<span id="f"></span>
|
| -<script src="YOUR_JS_FILE_HERE"></script>
|
| +<script src="script-tests/file-constructor.js"></script>
|
| +<script src="../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|