diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-04-08 01:23:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 01:23:26 +0200 |
commit | ee07ef2962e5fe52e5f40b7516cdd813109e6104 (patch) | |
tree | 15ce73d5f6a1546ef50e8eaf42f3979252bb8186 /tools | |
parent | fd65e6de3dc1ff909a1419c3b8f0c76daf1a69ed (diff) |
chore: update deno_file to use deno_webidl (#10042)
This changes the custom input converters in deno_file to use deno_webidl
converters.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 2ebdc1011..4f04213aa 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -776,7 +776,6 @@ "Blob-stream.any.js": true, "Blob-text.any.js": true, "Blob-constructor.any.js": [ - "Blob interface object", "Passing a FrozenArray as the blobParts array should work (FrozenArray<MessagePort>)." ], "Blob-slice-overflow.any.js": true, @@ -785,7 +784,10 @@ "file": { "File-constructor.any.js": true }, - "fileReader.any.js": true + "fileReader.any.js": true, + "url": { + "url-format.any.js": true + } }, "html": { "webappapis": { |