diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2023-07-02 19:30:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-02 19:30:05 +0200 |
commit | 805497a9a50c3219f64f481feb72271b2fcd6790 (patch) | |
tree | 5ed05d8a8f15fa8e3305cf9514c30226ec3e5e94 /tools | |
parent | 17ddf2f97c58db0b6825809a8bc325f0bda65b1b (diff) |
feat: ReadableStream.from (#19446)
Closes #19417
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index b7813f008..5aab514cd 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -2496,7 +2496,9 @@ "owning-type-message-port.any.html": false, "owning-type-message-port.any.worker.html": false, "owning-type.any.html": false, - "owning-type.any.worker.html": false + "owning-type.any.worker.html": false, + "from.any.html": true, + "from.any.worker.html": true }, "transform-streams": { "backpressure.any.html": true, @@ -9693,4 +9695,4 @@ "media-sniff.window.html": false } } -} +}
\ No newline at end of file |