mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
tests: Turn on IndexedDB
tests and update results (#38722)
Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
This commit is contained in:
parent
fbf0eb11a2
commit
7621332824
13 changed files with 120 additions and 34 deletions
|
@ -2,19 +2,23 @@
|
|||
expected: ERROR
|
||||
|
||||
[idbobjectstore_get.any.html]
|
||||
expected: TIMEOUT
|
||||
[Returns the record with the first key in the range]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[When a transaction is aborted, throw TransactionInactiveError]
|
||||
expected: FAIL
|
||||
|
||||
[Key is a number]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[Key is a string]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[Key is a date]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Attempts to retrieve a record that doesn't exist]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
|
@ -22,17 +26,21 @@
|
|||
expected: ERROR
|
||||
|
||||
[idbobjectstore_get.any.worker.html]
|
||||
expected: TIMEOUT
|
||||
[Returns the record with the first key in the range]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[When a transaction is aborted, throw TransactionInactiveError]
|
||||
expected: FAIL
|
||||
|
||||
[Key is a number]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[Key is a string]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[Key is a date]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Attempts to retrieve a record that doesn't exist]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue