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

Side by Side Diff: LayoutTests/fast/filesystem/input-access-entries.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 <body> 3 <body>
4 <input name="input" id="input"></input> 4 <input name="input" id="input"></input>
5 <script src="../js/resources/js-test-pre.js"></script> 5 <script src="../js/resources/js-test-pre.js"></script>
6 <script> 6 <script>
7 description('Tests accessing webkitEntries does not crash when input type is not file'); 7 description('Tests accessing webkitEntries does not crash when input type is not file');
8 8
9 var input = document.getElementById('input'); 9 var input = document.getElementById('input');
10 shouldEvaluateTo('input.webkitEntries.length', 0); 10 shouldEvaluateTo('input.webkitEntries.length', 0);
11 11
12 </script> 12 </script>
13 <script src="../js/resources/js-test-post.js"></script>
14 </body> 13 </body>
15 </html> 14 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/filesystem/flags-passing.html ('k') | LayoutTests/fast/filesystem/not-enough-arguments.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698