summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMarcos Casagrande <marcoscvp90@gmail.com>2022-10-14 11:29:01 +0200
committerGitHub <noreply@github.com>2022-10-14 11:29:01 +0200
commit50c7b893692fb6563952ab18ef8ad0f682944976 (patch)
treebf3176e99bf11e78408ae86dd7f16ec77e8972fe /tools
parent17271532d4dcf8dfee1c7b1ac9dbdacb0a04deeb (diff)
fix(ext/web/streams): resolve cancelPromise in ReadableStreamTee (#16266)
Diffstat (limited to 'tools')
-rw-r--r--tools/wpt/expectation.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json
index d5560ffb6..e9dfa03d0 100644
--- a/tools/wpt/expectation.json
+++ b/tools/wpt/expectation.json
@@ -1336,8 +1336,12 @@
"patched-global.any.worker.html": true,
"reentrant-strategies.any.html": true,
"reentrant-strategies.any.worker.html": true,
- "tee.any.html": false,
- "tee.any.worker.html": false,
+ "tee.any.html": [
+ "ReadableStream teeing: enqueue() and close() while both branches are pulling"
+ ],
+ "tee.any.worker.html": [
+ "ReadableStream teeing: enqueue() and close() while both branches are pulling"
+ ],
"templated.any.html": true,
"templated.any.worker.html": true
},