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> |
esprehn
2013/11/04 19:28:08
Blah script tests suck, I wish we'd just put the t
pwnall-personal
2013/11/04 23:01:21
I agree, separate files are a pain that's not wort
|
+<script src="../js/resources/js-test-post.js"></script> |
esprehn
2013/11/04 19:28:08
Remove post.js, ojan is removing it.
pwnall-personal
2013/11/04 23:01:21
Done.
|
</body> |
</html> |