diff options
Diffstat (limited to 'tools/wpt')
| -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, |
