summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/button-pressed/589.html
blob: 25171dfd05df81e73439906e83f375d9956db06b (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 without the aria-pressed state.</title>
  </head>
  <body>
    <div id="test" role="button">This div has role button</div>
  </body>
</html>