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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../js/resources/js-test-pre.js"></script> 4 <script src="../js/resources/js-test-pre.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <span id="e"></span> 7 <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
8 <span id="f"></span> 8 <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.
9 <script src="YOUR_JS_FILE_HERE"></script>
10 </body> 9 </body>
11 </html> 10 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698