playwright/tests/assets/wpt
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
..
accname feat(role): roll and pass WPT accname tests, calculate description (#30434) 2024-04-19 12:49:49 -07:00
wai-aria/scripts feat(aria): introduce role utils (#12916) 2022-03-21 17:26:45 -07:00
LICENSE.md feat(aria): introduce role utils (#12916) 2022-03-21 17:26:45 -07:00
README.md feat(role): roll and pass WPT accname tests, calculate description (#30434) 2024-04-19 12:49:49 -07:00

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.