Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Unified Diff: LayoutTests/fast/files/file-constructor.html

Issue 57483002: Implement File constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Answered feedback, part 2. Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698