Bug 256006
Summary: | AX: Fix these Accessibility Crash Tests in WPT | ||
---|---|---|---|
Product: | WebKit | Reporter: | James Craig <jcraig> |
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | andresg_22, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All |
James Craig
Fix these Accessibility Crash Tests in WPT
https://wpt.fyi/results/accessibility/crashtests?label=master&label=experimental&aligned&q=path%3A%2Faccessibility%20or%20path%3A%2Faccname%20or%20path%3A%2Fhtml-aam%20or%20path%3A%2Fwai-aria%20or%20path%3A%2Fhtml%2Fdom%2Faria-element-reflection.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/108571471>
James Craig
First run:
./Tools/Scripts/import-w3c-tests --import-all
Which should allow you to run the tests. I'm running them in a different context, but I think one of these should work:
./LayoutTests/imported/w3c/web-platform-tests/wpt run --log-mach-level debug --log-mach - --webdriver-arg="--diagnose" safari accessibility
or
./Tools/Scripts/run-web-platform-tests accessibility
Once the bug is resolved on a local machine, can add this to the patch in in LayoutTests/imported/w3c/resources/import-expectations.json
"web-platform-tests/accessibility": "import",
James Craig
Or if the tests end up being invalid, let me know and I'll try to either get them fixed or out of the WPT repo. (For example, that AOM crash uses now-abandoned experimental API.)
James Craig
WONTFIX
All these are bogus tests that only work in Chrome using abandoned API.
Updating WPT here:
https://github.com/web-platform-tests/wpt/pull/41576