summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2021-01-28 21:37:21 +0100
committerGitHub <noreply@github.com>2021-01-28 21:37:21 +0100
commit6ecc86cf2ae4bb0aac6f3d0e954382a69176b387 (patch)
tree8405d5a781abda4e59b508af2e6b5beaba86db88 /tools
parent7bda0f567ec7e1a688b41b6026c6124656cd413a (diff)
chore: add jsdoc to 26_fetch.js and enable some fetch tests (#9305)
Diffstat (limited to 'tools')
-rw-r--r--tools/wpt/expectation.json28
1 files changed, 20 insertions, 8 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json
index fcb9698c3..b8a02d5a3 100644
--- a/tools/wpt/expectation.json
+++ b/tools/wpt/expectation.json
@@ -961,14 +961,8 @@
"URLSearchParams constructed with: %EF%BB%BFtest=%EF%BB%BF",
"request.formData() with input: test=",
"response.formData() with input: test=",
- "request.formData() with input: %FE%FF",
- "response.formData() with input: %FE%FF",
- "request.formData() with input: %FF%FE",
- "response.formData() with input: %FF%FE",
- "request.formData() with input: %C2",
- "response.formData() with input: %C2",
- "request.formData() with input: %C2x",
- "response.formData() with input: %C2x",
+ "request.formData() with input: †&†=x",
+ "response.formData() with input: †&†=x",
"request.formData() with input: _charset_=windows-1252&test=%C2x",
"response.formData() with input: _charset_=windows-1252&test=%C2x",
"request.formData() with input: %=a",
@@ -1006,5 +1000,23 @@
"urlsearchparams-set.any.js": true,
"urlsearchparams-sort.any.js": true,
"urlsearchparams-stringifier.any.js": true
+ },
+ "fetch": {
+ "api": {
+ "request": {
+ "request-structure.any.js": [
+ "Check destination attribute",
+ "Check referrer attribute",
+ "Check referrerPolicy attribute",
+ "Check mode attribute",
+ "Check credentials attribute",
+ "Check cache attribute",
+ "Check redirect attribute",
+ "Check integrity attribute",
+ "Check isReloadNavigation attribute",
+ "Check isHistoryNavigation attribute"
+ ]
+ }
+ }
}
} \ No newline at end of file