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

Unified Diff: content/test/data/indexeddb/migration_test.html

Issue 10826159: Browser test for migrating from schema v0 to v1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: data files already committed Created 8 years, 4 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
« no previous file with comments | « content/test/data/indexeddb/common.js ('k') | content/test/data/indexeddb/migration_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/indexeddb/migration_test.html
diff --git a/content/test/data/indexeddb/key_types_test.html b/content/test/data/indexeddb/migration_test.html
similarity index 61%
copy from content/test/data/indexeddb/key_types_test.html
copy to content/test/data/indexeddb/migration_test.html
index 6f70d8a825ef15f103f0c5215597c6bd7410643f..5fbd4834cc78804637bdc29c32b328e17326be5b 100644
--- a/content/test/data/indexeddb/key_types_test.html
+++ b/content/test/data/indexeddb/migration_test.html
@@ -1,8 +1,8 @@
<html>
<head>
- <title>IndexedDB key types test</title>
+ <title>IndexedDB migration test</title>
<script type="text/javascript" src="common.js"></script>
- <script type="text/javascript" src="key_types_test.js"></script>
+ <script type="text/javascript" src="migration_test.js"></script>
</head>
<body onLoad="test()">
<div id="status">Starting...</div>
« no previous file with comments | « content/test/data/indexeddb/common.js ('k') | content/test/data/indexeddb/migration_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698