mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35: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>
27 lines
409 B
INI
Vendored
27 lines
409 B
INI
Vendored
[idbcursor-key.any.sharedworker.html]
|
|
expected: ERROR
|
|
|
|
[idbcursor-key.any.worker.html]
|
|
[IDBCursor.key]
|
|
expected: FAIL
|
|
|
|
[IDBCursor.key 1]
|
|
expected: FAIL
|
|
|
|
[IDBCursor.key 2]
|
|
expected: FAIL
|
|
|
|
|
|
[idbcursor-key.any.html]
|
|
[IDBCursor.key]
|
|
expected: FAIL
|
|
|
|
[IDBCursor.key 1]
|
|
expected: FAIL
|
|
|
|
[IDBCursor.key 2]
|
|
expected: FAIL
|
|
|
|
|
|
[idbcursor-key.any.serviceworker.html]
|
|
expected: ERROR
|