Closed mgaudet closed 1 month ago
/streams/readable-streams/cancel.any.shadowrealm.html fails because it calls into RandomPushSource, defined here, which uses setInterval.
We should resolve this one once we get setTimeout & co inside the shadow realm.
Resolved by https://github.com/web-platform-tests/wpt/pull/48653. Feel free to open more issues or ping me if you discover more such failures.
Really appreciate the work that's happened to get web interfaces inside a ShadowRealm properly tested. I wanted to highlight some failures that I don't think are implementation specific, but rather test integration specific:
setInterval
.