summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/602.html
blob: cd896fc11fca88f287a250cd37567a94313e137d (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>DIV with text and role="button" and title="Tag" and aria-label is not specified and aria-labelledby is not specified.</title>
  </head>
  <body>
    <div id="test" role="button" title="Tag" style="outline:medium solid black; width:2em; height:1em;"></div>
  </body>
</html>