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

Side by Side Diff: LayoutTests/fast/forms/file/input-file-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 type="file" name="files" id="files"> 4 <input type="file" name="files" id="files">
5 <pre id="console"></pre> 5 <pre id="console"></pre>
6 <script src="../../js/resources/js-test-pre.js"></script> 6 <script src="../../js/resources/js-test-pre.js"></script>
7 <script> 7 <script>
8 description('Tests the webkitEntries attribute of &lt;input type="file"&gt;'); 8 description('Tests the webkitEntries attribute of &lt;input type="file"&gt;');
9 9
10 var testCases = [ 10 var testCases = [
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 return components[components.length - 1]; 124 return components[components.length - 1];
125 } 125 }
126 126
127 function onError(error) 127 function onError(error)
128 { 128 {
129 testFailed('Test finished with unexpected error: ' + error.code); 129 testFailed('Test finished with unexpected error: ' + error.code);
130 finishJSTest(); 130 finishJSTest();
131 } 131 }
132 132
133 </script> 133 </script>
134 <script src="../../js/resources/js-test-post.js"></script>
135 </body> 134 </body>
136 </html> 135 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/file/file-style-inheritance.html ('k') | LayoutTests/fast/forms/file/input-file-label.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698