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

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: 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
Index: content/test/data/indexeddb/migration_test.html
diff --git a/content/test/data/indexeddb/migration_test.html b/content/test/data/indexeddb/migration_test.html
new file mode 100644
index 0000000000000000000000000000000000000000..5fbd4834cc78804637bdc29c32b328e17326be5b
--- /dev/null
+++ b/content/test/data/indexeddb/migration_test.html
@@ -0,0 +1,10 @@
+<html>
+ <head>
+ <title>IndexedDB migration test</title>
+ <script type="text/javascript" src="common.js"></script>
+ <script type="text/javascript" src="migration_test.js"></script>
+ </head>
+ <body onLoad="test()">
+ <div id="status">Starting...</div>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698