From 2c0b0e45b72ef1b5d7fa95e1e110d07ddbc720f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jimmy=20W=C3=A4rting?= Date: Mon, 5 Jul 2021 15:34:37 +0200 Subject: refactor: asynchronous blob backing store (#10969) Co-authored-by: Luca Casonato --- tools/wpt/expectation.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'tools/wpt') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 5cc1f1b66..0df43eb9b 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -986,16 +986,7 @@ "filereader_readAsDataURL.any.html": true, "filereader_readAsText.any.html": true, "filereader_readystate.any.html": true, - "filereader_result.any.html": [ - "result is null during \"loadstart\" event for readAsText", - "result is null during \"loadstart\" event for readAsDataURL", - "result is null during \"loadstart\" event for readAsArrayBuffer", - "result is null during \"loadstart\" event for readAsBinaryString", - "result is null during \"progress\" event for readAsText", - "result is null during \"progress\" event for readAsDataURL", - "result is null during \"progress\" event for readAsArrayBuffer", - "result is null during \"progress\" event for readAsBinaryString" - ] + "filereader_result.any.html": true } }, "html": { -- cgit v1.2.3