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