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>
27 lines
543 B
INI
Vendored
27 lines
543 B
INI
Vendored
[idbfactory_cmp.any.sharedworker.html]
|
|
expected: ERROR
|
|
|
|
[idbfactory_cmp.any.html]
|
|
[Array vs. Binary]
|
|
expected: FAIL
|
|
|
|
[Compare in unsigned octet values (in the range [0, 255\])]
|
|
expected: FAIL
|
|
|
|
[Compare values of different lengths]
|
|
expected: FAIL
|
|
|
|
|
|
[idbfactory_cmp.any.worker.html]
|
|
[Array vs. Binary]
|
|
expected: FAIL
|
|
|
|
[Compare in unsigned octet values (in the range [0, 255\])]
|
|
expected: FAIL
|
|
|
|
[Compare values of different lengths]
|
|
expected: FAIL
|
|
|
|
|
|
[idbfactory_cmp.any.serviceworker.html]
|
|
expected: ERROR
|