mirror of
https://github.com/servo/servo.git
synced 2025-09-17 10:28:22 +01:00
The current implementation of evaluate_key_path_on_value was translated from gecko, and it is incomplete. The unimplemented part occurs many crashes in WPT tests. This PR re-implements it according to the spec. It should eliminate many crashed WPT tests, and increase the code readability. Testing: Update WPT test expectation Fixes: #38817 partially, and #25325 --------- Signed-off-by: Kingsley Yung <kingsley@kkoyung.dev>
20 lines
622 B
INI
Vendored
20 lines
622 B
INI
Vendored
[nested-cloning-large-multiple.any.sharedworker.html]
|
|
expected: ERROR
|
|
|
|
[nested-cloning-large-multiple.any.serviceworker.html]
|
|
expected: ERROR
|
|
|
|
[nested-cloning-large-multiple.any.html]
|
|
[multiple requests of objects with blobs and large typed arrays]
|
|
expected: FAIL
|
|
|
|
[multiple requests of objects with blobs and large typed arrays with key generator]
|
|
expected: FAIL
|
|
|
|
|
|
[nested-cloning-large-multiple.any.worker.html]
|
|
[multiple requests of objects with blobs and large typed arrays]
|
|
expected: FAIL
|
|
|
|
[multiple requests of objects with blobs and large typed arrays with key generator]
|
|
expected: FAIL
|