From 00e63306cbcc295a87ba662f9f63311a3c6c49ce Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Tue, 6 Apr 2021 12:55:05 +0200 Subject: refactor: add deno_file op crate (#10019) Also enables WPT for FileReader. --- tools/wpt/expectation.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index abbe8cdfc..2ebdc1011 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -358,7 +358,7 @@ ], "patched-global.any.js": true, "reentrant-strategies.any.js": true, - "tee.any.js": true, + "tee.any.js": false, "templated.any.js": [ "ReadableStream (empty) reader: canceling via the stream should fail" ] @@ -784,7 +784,8 @@ }, "file": { "File-constructor.any.js": true - } + }, + "fileReader.any.js": true }, "html": { "webappapis": { @@ -805,4 +806,4 @@ } } } -} +} \ No newline at end of file -- cgit v1.2.3