web-platform-tests / wpt

Test suites for Web platform specs — including WHATWG, W3C, and others
https://web-platform-tests.org/
Other
5.03k stars 3.12k forks source link

Enable structuredClone testing in ShadowRealm #49282

Open ptomato opened 5 days ago

ptomato commented 5 days ago

Run the "structuredClone battery of tests" in the various ShadowRealm scopes. This requires using different objects in some cases where an example of a transferable or serializable object is needed. It also requires adding a mechanism to skip the Blob-specific tests.

ptomato commented 5 days ago

Thanks for the review! I've made those changes you suggested.