diff options
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": { |