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

Unified Diff: content/test/data/indexeddb/invalid_schema.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: Add some comments, improve var names Created 8 years, 2 months 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/invalid_schema.html
diff --git a/content/test/data/indexeddb/migration_test.html b/content/test/data/indexeddb/invalid_schema.html
similarity index 77%
copy from content/test/data/indexeddb/migration_test.html
copy to content/test/data/indexeddb/invalid_schema.html
index 5fbd4834cc78804637bdc29c32b328e17326be5b..fb73bfcfbad13d0c368ee4e188b0b4ecf5da4f95 100644
--- a/content/test/data/indexeddb/migration_test.html
+++ b/content/test/data/indexeddb/invalid_schema.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="invalid_schema.js"></script>
</head>
<body onLoad="test()">
<div id="status">Starting...</div>

Powered by Google App Engine
This is Rietveld 408576698