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

content / test / data / accessibility / aria / aria-presentation-in-list.html [blame]

<!--
@BLINK-ALLOW:isLineBreakingObject*
-->
<ul>
  <li>
    <p role="presentation">
      <span>One</span>
    </p>
  </li>
  <li>
    <p role="presentation">
      <span>Two</span>
      <span><br role="presentation"></span>
      <span>Three</span>
    </p>
  </li>
</ul>