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

Side by Side Diff: LayoutTests/storage/indexeddb/noblobs.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 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../../fast/js/resources/js-test-pre.js"></script> 3 <script src="../../fast/js/resources/js-test-pre.js"></script>
4 <script src="resources/shared.js"></script> 4 <script src="resources/shared.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <input type="file" id="fileInput" multiple></input> 7 <input type="file" id="fileInput" multiple></input>
8 <script> 8 <script>
9 9
10 description("Confirm Blob/File/FileList limitations of WebKit's IndexedDB implem entation."); 10 description("Confirm Blob/File/FileList limitations of WebKit's IndexedDB implem entation.");
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 } 75 }
76 76
77 if (window.eventSender) { 77 if (window.eventSender) {
78 indexedDBTest(prepareDatabase, testBlob); 78 indexedDBTest(prepareDatabase, testBlob);
79 } else { 79 } else {
80 alert("Select file(s) using the input control above to initiate the test"); 80 alert("Select file(s) using the input control above to initiate the test");
81 document.getElementById("fileInput").onchange = function() { indexedDBTest(p repareDatabase, testBlob); }; 81 document.getElementById("fileInput").onchange = function() { indexedDBTest(p repareDatabase, testBlob); };
82 } 82 }
83 83
84 </script> 84 </script>
85 <script src="../../fast/js/resources/js-test-post.js"></script>
86 </body> 85 </body>
87 </html> 86 </html>
OLDNEW
« no previous file with comments | « LayoutTests/storage/indexeddb/mutating-cursor.html ('k') | LayoutTests/storage/indexeddb/object-lookups-in-versionchange.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698