Test files without 2 passes: 10; Subtests without 2 passes: 81; Failure level: 81/81 (100.00%)
Test | FF71 |
---|---|
/IndexedDB/abort-in-initial-upgradeneeded.html (1/1, 100.00%, 1.23% of total) | OK |
Test that an abort in the initial upgradeneeded sets version back to 0 | PASS |
/IndexedDB/close-in-upgradeneeded.html (1/1, 100.00%, 1.23% of total) | OK |
When db.close is called in upgradeneeded, the db is cleaned up on refresh | FAIL |
/IndexedDB/idbindex_getAll.html (13/13, 100.00%, 16.05% of total) | OK |
Empty object store | PASS |
Get all keys | PASS |
Get bound range | PASS |
Get bound range (generated) with maxCount | PASS |
Get bound range with maxCount | PASS |
Get lower excluded | PASS |
Get upper excluded | PASS |
Non existent key | PASS |
Retrieve multiEntry key | PASS |
Retrieve one key multiple values | PASS |
Single item get | PASS |
maxCount=0 | PASS |
maxCount=10 | PASS |
/IndexedDB/idbindex_getAllKeys.html (13/13, 100.00%, 16.05% of total) | OK |
Empty object store | PASS |
Get all generated keys | PASS |
Get all keys | PASS |
Get bound range | PASS |
Get bound range (generated) with maxCount | PASS |
Get bound range with maxCount | PASS |
Get lower excluded | PASS |
Get upper excluded | PASS |
Non existent key | PASS |
Retrieve multiEntry keys | PASS |
Single item get | PASS |
maxCount=0 | PASS |
maxCount=10 | PASS |
/IndexedDB/idbobjectstore_getAll.html (12/12, 100.00%, 14.81% of total) | OK |
Get all values | PASS |
Get bound range | PASS |
Get bound range (generated) with maxCount | PASS |
Get bound range with maxCount | PASS |
Get lower excluded | PASS |
Get upper excluded | PASS |
Non existent key | PASS |
Single item get | PASS |
Single item get (generated key) | PASS |
Test maxCount | PASS |
getAll on empty object store | PASS |
zero maxCount | PASS |
/IndexedDB/idbobjectstore_getAllKeys.html (12/12, 100.00%, 14.81% of total) | OK |
Get all values | PASS |
Get bound range | PASS |
Get bound range (generated) with maxCount | PASS |
Get bound range with maxCount | PASS |
Get lower excluded | PASS |
Get upper excluded | PASS |
Non existent key | PASS |
Single item get | PASS |
Single item get (generated key) | PASS |
Test maxCount | PASS |
getAllKeys on empty object store | PASS |
zero maxCount | PASS |
/IndexedDB/idbtransaction_objectStoreNames.html (8/8, 100.00%, 9.88% of total) | OK |
IDBTransaction.objectStoreNames - during upgrade transaction | PASS |
IDBTransaction.objectStoreNames - no duplicates | PASS |
IDBTransaction.objectStoreNames - sorting | PASS |
IDBTransaction.objectStoreNames - transaction scope | PASS |
IDBTransaction.objectStoreNames - unusual names | PASS |
IDBTransaction.objectStoreNames - value after abort | PASS |
IDBTransaction.objectStoreNames - value after close | PASS |
IDBTransaction.objectStoreNames - value after commit | PASS |
/IndexedDB/interfaces.html (1/1, 100.00%, 1.23% of total) | ERROR |
/IndexedDB/interfaces.html | ERROR |
/IndexedDB/key_valid.html (18/18, 100.00%, 22.22% of total) | OK |
Valid key - "" | PASS |
Valid key - "NaN" | PASS |
Valid key - "\"" | PASS |
Valid key - "\n" | PASS |
Valid key - "\u0000" | PASS |
Valid key - "\u1234" | PASS |
Valid key - "foo" | PASS |
Valid key - -Infinity | PASS |
Valid key - 0 | PASS |
Valid key - 1.5 | PASS |
Valid key - 3e-38 | PASS |
Valid key - 3e38 | PASS |
Valid key - Infinity | PASS |
Valid key - ["undefined"] | PASS |
Valid key - [] | PASS |
Valid key - new Array() | PASS |
Valid key - new Date() | PASS |
Valid key - new Date(0) | PASS |
/IndexedDB/transaction-lifetime-empty.html (2/2, 100.00%, 2.47% of total) | OK |
Multiple transactions without requests complete in the expected order | PASS |
Transactions without requests complete in the expected order | PASS |