diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-02-04 15:05:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-04 15:05:36 +0100 |
commit | 25b35be50dd59d00e126591dd24d06824e2c50cf (patch) | |
tree | 0708d2b8883be98c5c349bfad2d4225f02d8c6ab /tools | |
parent | 79fa7e0e96ed8261360b90fedcd795ad3a405e44 (diff) |
refactor: rewrite File implementation (#9334)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 307021cd8..72416736b 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -1030,6 +1030,9 @@ ], "Blob-slice-overflow.any.js": true, "Blob-slice.any.js": true + }, + "file": { + "File-constructor.any.js": true } } }
\ No newline at end of file |