mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
- Dates are now serialized as f64s (like how firefox does it) - Array buffers are serialized with structured cloning (this is not the most correct/efficent way to serialize them, however it is currently better than not supporting array buffers at all) - Array types are still unimplemented. Testing: WPT Fixes: Some panicking --------- Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
22 lines
746 B
INI
Vendored
22 lines
746 B
INI
Vendored
[idbobjectstore-delete-exception-order.any.serviceworker.html]
|
|
expected: ERROR
|
|
|
|
[idbobjectstore-delete-exception-order.any.html]
|
|
expected: TIMEOUT
|
|
[IDBObjectStore.delete exception order: InvalidStateError vs. TransactionInactiveError]
|
|
expected: TIMEOUT
|
|
|
|
[IDBObjectStore.delete exception order: TransactionInactiveError vs. ReadOnlyError]
|
|
expected: FAIL
|
|
|
|
|
|
[idbobjectstore-delete-exception-order.any.sharedworker.html]
|
|
expected: ERROR
|
|
|
|
[idbobjectstore-delete-exception-order.any.worker.html]
|
|
expected: TIMEOUT
|
|
[IDBObjectStore.delete exception order: InvalidStateError vs. TransactionInactiveError]
|
|
expected: TIMEOUT
|
|
|
|
[IDBObjectStore.delete exception order: TransactionInactiveError vs. ReadOnlyError]
|
|
expected: FAIL
|