mirror of
https://github.com/servo/servo.git
synced 2025-09-17 10:28:22 +01:00
We were performing a structured clone but throwing away any serializable DOM interfaces included in the result. We need to instead serialize the full structured clone result so we can deserialize the DOM interfaces when getting the data out of the object store. Testing: Existing WPT coverage is sufficient. Fixes: #38818 Fixed: #38842 Signed-off-by: Josh Matthews <josh@joshmatthews.net>
17 lines
449 B
INI
Vendored
17 lines
449 B
INI
Vendored
[blob-valid-after-abort.any.sharedworker.html]
|
|
expected: ERROR
|
|
|
|
[blob-valid-after-abort.any.worker.html]
|
|
expected: TIMEOUT
|
|
[A blob can be read back after the transaction that added it was aborted.]
|
|
expected: TIMEOUT
|
|
|
|
|
|
[blob-valid-after-abort.any.html]
|
|
expected: TIMEOUT
|
|
[A blob can be read back after the transaction that added it was aborted.]
|
|
expected: TIMEOUT
|
|
|
|
|
|
[blob-valid-after-abort.any.serviceworker.html]
|
|
expected: ERROR
|