diff options
author | Marcos Casagrande <marcoscvp90@gmail.com> | 2023-01-09 21:17:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-09 21:17:36 +0100 |
commit | 45768f0e832e54d61ddb5a62d62239aef0e597b5 (patch) | |
tree | e9124a28036e082170fe4a0083e7b74be54e8503 /tools | |
parent | e6c49d14b1ea6331d2e13f7a0b74a0e41c142596 (diff) |
fix(ext/web/streams): fix ReadableStream asyncIterator (#16276)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index cc026e988..ebec7caf7 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -1311,7 +1311,10 @@ "respond-after-enqueue.any.worker.html": true }, "readable-streams": { - "async-iterator.any.html": false, + "async-iterator.any.html": [ + "next() that succeeds; return()", + "next() that succeeds; return() [no awaiting]" + ], "bad-strategies.any.html": true, "bad-strategies.any.worker.html": true, "bad-underlying-sources.any.html": true, |