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

Side by Side Diff: LayoutTests/storage/indexeddb/mozilla/index-prev-no-duplicate.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 <!-- 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="../../../fast/js/resources/js-test-pre.js"></script>
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 debug("No cursor: " + cursor); 146 debug("No cursor: " + cursor);
147 shouldBe("keyIndex", "-1"); 147 shouldBe("keyIndex", "-1");
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 <script src="../../../fast/js/resources/js-test-post.js"></script>
157 </body> 156 </body>
158 </html> 157 </html>
OLDNEW
« no previous file with comments | « LayoutTests/storage/indexeddb/mozilla/global-data.html ('k') | LayoutTests/storage/indexeddb/mozilla/indexes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698