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

Side by Side Diff: LayoutTests/fast/files/file-list-test.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | Annotate | Revision Log
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 <input type="file" multiple onchange="onInputFileChange(this.files)"> 7 <input type="file" multiple onchange="onInputFileChange(this.files)">
8 <div id="description"></div> 8 <div id="description"></div>
9 <div id="console"></div> 9 <div id="console"></div>
10 <script> 10 <script>
(...skipping 20 matching lines...) Expand all
31 shouldBeTrue("files.item(null) === files.item(0)"); 31 shouldBeTrue("files.item(null) === files.item(0)");
32 shouldBeTrue("files.item(undefined) === files.item(0)"); 32 shouldBeTrue("files.item(undefined) === files.item(0)");
33 } 33 }
34 34
35 eventSender.beginDragWithFiles(["resources/UTF8.txt", "resources/UTF8-2.txt"]); 35 eventSender.beginDragWithFiles(["resources/UTF8.txt", "resources/UTF8-2.txt"]);
36 eventSender.mouseMoveTo(10, 10); 36 eventSender.mouseMoveTo(10, 10);
37 eventSender.mouseUp(); 37 eventSender.mouseUp();
38 38
39 </script> 39 </script>
40 </body> 40 </body>
41 <script src="../js/resources/js-test-post.js"></script>
42 </html> 41 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/files/blob-constructor.html ('k') | LayoutTests/fast/files/file-reader-fffd.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698