From ee07ef2962e5fe52e5f40b7516cdd813109e6104 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Thu, 8 Apr 2021 01:23:26 +0200 Subject: chore: update deno_file to use deno_webidl (#10042) This changes the custom input converters in deno_file to use deno_webidl converters. --- tools/wpt/expectation.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tools') 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)." ], "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": { -- cgit v1.2.3