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

Side by Side Diff: content/test/data/indexeddb/open_bad_db.html

Issue 11196029: Test for destroying leveldb directory when we detect a schema downgrade (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix initializer Created 8 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 <title>IndexedDB migration test</title> 3 <title>IndexedDB migration test</title>
4 <script type="text/javascript" src="common.js"></script> 4 <script type="text/javascript" src="common.js"></script>
5 <script type="text/javascript" src="migration_test.js"></script> 5 <script type="text/javascript" src="open_bad_db.js"></script>
6 </head> 6 </head>
7 <body onLoad="test()"> 7 <body onLoad="test()">
8 <div id="status">Starting...</div> 8 <div id="status">Starting...</div>
9 </body> 9 </body>
10 </html> 10 </html>
OLDNEW
« no previous file with comments | « content/browser/in_process_webkit/indexed_db_browsertest.cc ('k') | content/test/data/indexeddb/open_bad_db.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698