From 50f69a6996ae4dcdfe53f15fc49949d3756c9787 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Tue, 24 Aug 2021 13:13:22 +0200 Subject: fix: FileReader.readAsText compat (#11814) Fixes a WPT test. --- tools/wpt/expectation.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools') 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 -- cgit v1.2.3