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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: content/test/data/indexeddb/open_bad_db.html
diff --git a/content/test/data/indexeddb/migration_test.html b/content/test/data/indexeddb/open_bad_db.html
similarity index 75%
copy from content/test/data/indexeddb/migration_test.html
copy to content/test/data/indexeddb/open_bad_db.html
index 5fbd4834cc78804637bdc29c32b328e17326be5b..cd17d4ba8811f8ec8a5b3cbfd535127054879ee5 100644
--- a/content/test/data/indexeddb/migration_test.html
+++ b/content/test/data/indexeddb/open_bad_db.html
@@ -2,7 +2,7 @@
<head>
<title>IndexedDB migration test</title>
<script type="text/javascript" src="common.js"></script>
- <script type="text/javascript" src="migration_test.js"></script>
+ <script type="text/javascript" src="open_bad_db.js"></script>
</head>
<body onLoad="test()">
<div id="status">Starting...</div>
« 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