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

content / test / data / accessibility / html / a-nested-structure.html [blame]

<!--
@BLINK-ALLOW:hierarchicalLevel*
@WIN-ALLOW:LINKED
-->
<html>
<body>
  <a href="http://www.foobar.com">
    <h1>Header 1</h1>
    <ul>
      <li>List element 1</li>
      <li>List element 2</li>
      <li>List element 3</li>
    </ul>
  </a>
</body>
</html>