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

Side by Side Diff: LayoutTests/storage/indexeddb/mozilla/index-prev-no-duplicate.html

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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 original test: http://mxr.mozilla.org/mozilla2.0/source/dom/indexedDB/test/tes t_indexes.html?force=1 3 original test: http://mxr.mozilla.org/mozilla2.0/source/dom/indexedDB/test/tes t_indexes.html?force=1
4 license of original test: 4 license of original test:
5 " Any copyright is dedicated to the Public Domain. 5 " Any copyright is dedicated to the Public Domain.
6 http://creativecommons.org/publicdomain/zero/1.0/ " 6 http://creativecommons.org/publicdomain/zero/1.0/ "
7 --> 7 -->
8 <html> 8 <html>
9 <head> 9 <head>
10 <script src="../../../fast/js/resources/js-test-pre.js"></script> 10 <script src="../../../resources/js-test.js"></script>
11 <script src="../resources/shared.js"></script> 11 <script src="../resources/shared.js"></script>
12 </head> 12 </head>
13 <body> 13 <body>
14 <script> 14 <script>
15 15
16 description("Test IndexedDB: iterating backwards through an index, skipping dupl icates"); 16 description("Test IndexedDB: iterating backwards through an index, skipping dupl icates");
17 17
18 indexedDBTest(prepareDatabase, testPrev); 18 indexedDBTest(prepareDatabase, testPrev);
19 function prepareDatabase() 19 function prepareDatabase()
20 { 20 {
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 finishJSTest(); 148 finishJSTest();
149 } 149 }
150 } 150 }
151 } 151 }
152 152
153 var successfullyParsed = true; 153 var successfullyParsed = true;
154 154
155 </script> 155 </script>
156 </body> 156 </body>
157 </html> 157 </html>
OLDNEW
« no previous file with comments | « LayoutTests/storage/indexeddb/mozilla/delete-result.html ('k') | LayoutTests/storage/indexeddb/mozilla/indexes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698