diff options
| author | Luca Casonato <lucacasonato@yahoo.com> | 2021-05-31 11:03:17 +0200 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2021-05-31 16:37:36 +0200 |
| commit | 2c1f37b4a97922cfcec9393e2146c42d3d3b6e2e (patch) | |
| tree | 3b9a46fa98a617f70ee5b9d2bc75ef2e273a3c6d /tools | |
| parent | 8a7e1c616d12feb93ed3fda4a70228924c747b5c (diff) | |
fix: remove unimplemented Request attributes (#10784)
Not having them is better than throwing "unimplemented" errors on
access.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/wpt/expectation.json | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index bfeca41c7..b0bca01ce 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -942,6 +942,17 @@ "Request interface: attribute signal", "Request interface: attribute body", "Request interface: attribute bodyUsed", + "Request interface: new Request('about:blank') must inherit property \"destination\" with the proper type", + "Request interface: new Request('about:blank') must inherit property \"referrer\" with the proper type", + "Request interface: new Request('about:blank') must inherit property \"referrerPolicy\" with the proper type", + "Request interface: new Request('about:blank') must inherit property \"mode\" with the proper type", + "Request interface: new Request('about:blank') must inherit property \"credentials\" with the proper type", + "Request interface: new Request('about:blank') must inherit property \"cache\" with the proper type", + "Request interface: new Request('about:blank') must inherit property \"integrity\" with the proper type", + "Request interface: new Request('about:blank') must inherit property \"keepalive\" with the proper type", + "Request interface: new Request('about:blank') must inherit property \"isReloadNavigation\" with the proper type", + "Request interface: new Request('about:blank') must inherit property \"isHistoryNavigation\" with the proper type", + "Request interface: new Request('about:blank') must inherit property \"signal\" with the proper type", "Response interface: operation error()", "Response interface: operation redirect(USVString, optional unsigned short)", "Response interface: attribute body", @@ -1076,4 +1087,4 @@ "set.any.html": true } } -} +}
\ No newline at end of file |
