diff options
| author | Luca Casonato <hello@lcas.dev> | 2021-08-24 13:13:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-24 13:13:22 +0200 |
| commit | 50f69a6996ae4dcdfe53f15fc49949d3756c9787 (patch) | |
| tree | c24892bcb4de1b2a137b592c6e3c46e359250f3e /tools | |
| parent | 7b882cc05f02e9b09e9ec2856e37730ae947f509 (diff) | |
fix: FileReader.readAsText compat (#11814)
Fixes a WPT test.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/wpt/expectation.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 5d1ffa446..f8ea102c1 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -16339,7 +16339,6 @@ "FileList interface: existence and properties of interface prototype object's @@unscopables property", "FileList interface: operation item(unsigned long)", "FileList interface: attribute length", - "FileReader interface: operation readAsText(Blob, optional DOMString)", "FileReader interface: attribute onloadstart", "FileReader interface: attribute onprogress", "FileReader interface: attribute onload", @@ -16852,4 +16851,4 @@ "performance.setResourceTimingBufferSize in workers" ] } -} +}
\ No newline at end of file |
