diff options
author | Jimmy Wärting <jimmy@warting.se> | 2021-07-05 15:34:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-05 15:34:37 +0200 |
commit | 2c0b0e45b72ef1b5d7fa95e1e110d07ddbc720f7 (patch) | |
tree | 3b54a6f1f156f8d105cf41ac290035c8b5f8f1c9 /tools | |
parent | ea87d860beda7cd40eb6857199a00e5ba8700fd2 (diff) |
refactor: asynchronous blob backing store (#10969)
Co-authored-by: Luca Casonato <hello@lcas.dev>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 11 |
1 files changed, 1 insertions, 10 deletions
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": { |