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

fuchsia_web / webengine / test / data / ax1.html [blame]

<html>
  <head><title>accessibility 1</title></head>
  <body>
    <button>a button</button>
    <p>paragraph 1</p>
    <p>paragraph the second</p>
    <p>a third paragraph</p>
    <button>another button</button>
    <button>button 3</button>
    <input type="range" min="0" max="100" value="51" step="3" class="slider" id="myRange">
    <div style='height:1000px; width:1000px;'></div>
    <p>offscreen node</p>
    <button>button 4</button>
  </body>
</html>