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

Side by Side Diff: LayoutTests/storage/indexeddb/resources/prefetch-bugfix-108071.js

Issue 58533003: Move fast/js/resources files to resources. (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 if (this.importScripts) { 1 if (this.importScripts) {
2 importScripts('../../../fast/js/resources/js-test-pre.js'); 2 importScripts('../../../resources/js-test.js');
3 importScripts('shared.js'); 3 importScripts('shared.js');
4 } 4 }
5 5
6 description("Regression test for http://crbug.com/108071"); 6 description("Regression test for http://crbug.com/108071");
7 7
8 // Have to be at least 5 here: 1 initial, 3 continues to trigger prefetch and 1 8 // Have to be at least 5 here: 1 initial, 3 continues to trigger prefetch and 1
9 // post-abort outstanding continue. 9 // post-abort outstanding continue.
10 var names = ['Alpha', 'Bravo', 'Charlie', 'Delta', 'Echo']; 10 var names = ['Alpha', 'Bravo', 'Charlie', 'Delta', 'Echo'];
11 11
12 indexedDBTest(prepareDatabase, iterateAndDeleteFirstElement); 12 indexedDBTest(prepareDatabase, iterateAndDeleteFirstElement);
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 cursor.continue(); 83 cursor.continue();
84 } 84 }
85 } 85 }
86 } 86 }
87 87
88 function transactionAborted() 88 function transactionAborted()
89 { 89 {
90 testPassed("Transaction aborted as expected"); 90 testPassed("Transaction aborted as expected");
91 finishJSTest(); 91 finishJSTest();
92 } 92 }
OLDNEW
« no previous file with comments | « LayoutTests/storage/indexeddb/resources/persistence.js ('k') | LayoutTests/storage/indexeddb/resources/queued-commands.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698