1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20

content / test / data / accessibility / html / hgroup.html [blame]

<!--
@BLINK-ALLOW:hierarchicalLevel*
@MAC-ALLOW:AXDisclosureLevel
@WIN-ALLOW:level:*
@WIN-ALLOW:xml-roles*
@AURALINUX-ALLOW:level:*
@AURALINUX-ALLOW:xml-roles*
-->
<!DOCTYPE html>
<html>

<body>
  <hgroup>
    <h1>Heading 1</h1>
    <h6>Heading 2</h6>
    <p>My test</p>
  </hgroup>
</body>

</html>