summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/wpt/expectation.json18
1 files changed, 2 insertions, 16 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json
index 5c15084b8..828eb079d 100644
--- a/tools/wpt/expectation.json
+++ b/tools/wpt/expectation.json
@@ -3209,24 +3209,10 @@
"WorkerGlobalScope interface: calling fetch(RequestInfo, optional RequestInit) on self with too few arguments must throw TypeError"
],
"abort": {
- "general.any.html": [
- "response.arrayBuffer() rejects if already aborted",
- "response.blob() rejects if already aborted",
- "response.formData() rejects if already aborted",
- "response.json() rejects if already aborted",
- "response.text() rejects if already aborted",
- "Call text() twice on aborted response"
- ],
- "general.any.worker.html": [
- "response.arrayBuffer() rejects if already aborted",
- "response.blob() rejects if already aborted",
- "response.formData() rejects if already aborted",
- "response.json() rejects if already aborted",
- "response.text() rejects if already aborted",
- "Call text() twice on aborted response"
- ],
"request.any.html": true,
"request.any.worker.html": true,
+ "general.any.html": true,
+ "general.any.worker.html": true,
"cache.https.any.html": false,
"cache.https.any.worker.html": false
}