summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/author-requirements/576.html
blob: 25ac37ce262354907b4c11d79e9b6aa354d0a2c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>A &lt;div&gt; with role="tree" and a child div with role="group" who has a child of role="button"</title>
  </head>
  <body>
    <div id="test" role="tree">
      <div id="treeChild" role="group">
        <span id="groupChild" role="button">Tree <abbr title="containing"></abbr> group <abbr title="containing"></abbr> button</span>
      </div>
    </div>
  </body>
</html>