summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/button-pressed/590.html
blob: a5fc030cba1e0c4dda133fa43b06192fb8ae2ff6 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>An element with role button with an aria-pressed state of "true".</title>
  </head>
  <body>
    <div id="test" role="button" aria-pressed='true'>This div has role button, with aria-pressed='true'</div>
  </body>
</html>