mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Update web-platform-tests to revision 7123012427f92f0dc38a120e6e86a75b6c03aab5
This commit is contained in:
parent
912359fcbd
commit
b492a3e8b1
45 changed files with 688 additions and 232 deletions
|
@ -1,29 +1,6 @@
|
|||
var databaseName = "database";
|
||||
var databaseVersion = 1;
|
||||
|
||||
if (!window.indexedDB)
|
||||
{
|
||||
if (window.msIndexedDB)
|
||||
{
|
||||
window.indexedDB = window.msIndexedDB;
|
||||
}
|
||||
else if (window.mozIndexedDB)
|
||||
{
|
||||
window.indexedDB = window.mozIndexedDB;
|
||||
}
|
||||
else if (window.webkitIndexedDB)
|
||||
{
|
||||
window.indexedDB = webkitIndexedDB;
|
||||
IDBCursor = webkitIDBCursor;
|
||||
IDBDatabaseException = webkitIDBDatabaseException;
|
||||
IDBIndex = webkitIDBIndex;
|
||||
IDBObjectStore = webkitIDBObjectStore;
|
||||
IDBRequest = webkitIDBRequest;
|
||||
IDBKeyRange = webkitIDBKeyRange;
|
||||
IDBTransaction = webkitIDBTransaction;
|
||||
}
|
||||
}
|
||||
|
||||
/* Delete created databases
|
||||
*
|
||||
* Go through each finished test, see if it has an associated database. Close
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue