1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26
   27

content / test / data / accessibility / html / next-and-previous-on-line-id.html [blame]

<!--
@BLINK-ALLOW:name=*
@BLINK-ALLOW:role*
@BLINK-ALLOW:nextOnLine*
@BLINK-ALLOW:previousOnLine*
-->
<html>

<body>
  before<div style="display:inline-block">inside</div>after
  <div>
    <div>first line</div>
    <span id="span1">go </span><span inert>inert1</span><span inert>inert2</span><span>blue</span>
    <div>last line</div>
  </div>

  <p id="paragraph">
    The <b id="quick">quick</b> brown fox<br>
    jumps over the lazy <b id="dog">dog</b>.
  </p>


  <p>Example 1: <b>hello</b> world</p>

  </body>

</html>