summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorFeng Yu <f3n67u@gmail.com>2021-09-12 21:35:05 +0800
committerGitHub <noreply@github.com>2021-09-12 09:35:05 -0400
commit464dcc13888d0f3b33cfcc6d1235d6d5efa22a6b (patch)
tree32d43ec7fe4e1c26ffbd88d75fe90fa9abc31422 /tools
parent676565c711d41443e25c07c0f47532eb1637830e (diff)
fix: FileReader onevent attributes don't conform to spec (#11908)
Diffstat (limited to 'tools')
-rw-r--r--tools/wpt/expectation.json10
1 files changed, 2 insertions, 8 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json
index e5053dfd9..3ff696899 100644
--- a/tools/wpt/expectation.json
+++ b/tools/wpt/expectation.json
@@ -13761,13 +13761,7 @@
"FileList interface: existence and properties of interface prototype object's \"constructor\" property",
"FileList interface: existence and properties of interface prototype object's @@unscopables property",
"FileList interface: operation item(unsigned long)",
- "FileList interface: attribute length",
- "FileReader interface: attribute onloadstart",
- "FileReader interface: attribute onprogress",
- "FileReader interface: attribute onload",
- "FileReader interface: attribute onabort",
- "FileReader interface: attribute onerror",
- "FileReader interface: attribute onloadend"
+ "FileList interface: attribute length"
]
},
"html": {
@@ -14287,4 +14281,4 @@
"Pattern: [{\"pathname\":\"/foo/bar\"}] Inputs: [\"./foo/bar\",\"https://example.com\"]"
]
}
-} \ No newline at end of file
+}