servo/tests/wpt/meta/IndexedDB/blob-valid-after-abort.any.js.ini
Josh Matthews 433a461044
indexeddb: Serialize all cloned values when storing data. (#39081)
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>
2025-09-03 12:06:14 +00:00

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