diff options
author | Anonymous <65428781+CrimsonCodes0@users.noreply.github.com> | 2021-05-03 00:05:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-03 09:05:42 +0200 |
commit | 688557e226d6ec25e6a0514fcd01a2153ce612a5 (patch) | |
tree | 7bacaa527f6b6fa2cd6363826eb2e3f6b2ff3726 /tools | |
parent | ea917384feb1c800438d13dddac9ee977d2c47fe (diff) |
fix(op_crates/fetch): check fetch() argument length (#10474)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 5159ac0b0..407e301bb 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -1014,7 +1014,6 @@ "Response interface: operation json()", "Response interface: operation text()", "Response interface: calling redirect(USVString, optional unsigned short) on new Response() with too few arguments must throw TypeError", - "Window interface: calling fetch(RequestInfo, optional RequestInit) on window with too few arguments must throw TypeError", "Window interface: operation fetch(RequestInfo, optional RequestInit)" ] }, @@ -1101,4 +1100,4 @@ "set.any.js": true } } -}
\ No newline at end of file +} |