mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
The current behaviour is too strict according to the spec and is the cause of many intermittent test errors. Testing: Existing coverage is sufficient. Fixes: #37706 --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net>
23 lines
591 B
INI
Vendored
23 lines
591 B
INI
Vendored
[idb-binary-key-detached.any.html]
|
|
expected: CRASH
|
|
[Detached ArrayBuffers must throw DataError when used as a key]
|
|
expected: FAIL
|
|
|
|
[Detached TypedArrays must throw DataError when used as a key]
|
|
expected: FAIL
|
|
|
|
|
|
[idb-binary-key-detached.any.worker.html]
|
|
expected: CRASH
|
|
[Detached ArrayBuffers must throw DataError when used as a key]
|
|
expected: FAIL
|
|
|
|
[Detached TypedArrays must throw DataError when used as a key]
|
|
expected: FAIL
|
|
|
|
|
|
[idb-binary-key-detached.any.serviceworker.html]
|
|
expected: ERROR
|
|
|
|
[idb-binary-key-detached.any.sharedworker.html]
|
|
expected: ERROR
|