playwright/tests/assets/wpt/README.md
Dmitry Gozman 9b6627a063
feat(role): roll and pass WPT accname tests, calculate description (#30434)
There are new "non-manual" WPT accname tests that we now mostly pass,
which required a few tweeks in calculating role and name.

Also implemented accessible description computation, which is just a
small addition on top of accessible name, and passed respective wpt
tests.

References #18332.
2024-04-19 12:49:49 -07:00

13 lines
490 B
Markdown

Web platform tests are copied from https://github.com/web-platform-tests/wpt at revision `5adfe4e8cd223729aa2942915e8a515c079ed0ef`.
Includes:
- `LICENSE.md`
- `accname/manual/name*` test files
- `accname/manual/description*` test files
- `accname/manual/foo.jpg`
- `accname/name/comp*` test files
- `accname/name/shadowdom/*` test files
- `wai-aria/scripts/manual.css`
Instead of including `wai-aria/scripts/ATTAcomm.js` and `wai-aria/scripts/aria-utils.js`, we provide our own harness.