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> |