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

content / test / data / accessibility / html / contenteditable-li-contains-presentation.html [blame]

<!--
@BLINK-ALLOW:next*
@BLINK-ALLOW:prev*
@BLINK-ALLOW:isLineBreakingObject=true
-->
<div contenteditable>
  <ol>
    <li>
      <p role="presentation"><span>text in span in presentational paragraph in li</span></p>
    </li>
    <li>
      <p role="presentation">A list item with both a br and<br>an inner p role=presentation</p>
    </li>
  </ol>
</div>