1
    2
    3
    4
    5
    6
    7
    8

content / test / data / accessibility / html / input-text-range.html [blame]

<html>
  <body>
    <input type='range' value='1' min='0' max='2' aria-valuetext='medium'>
    <label for='in2'>This is a test label
      <input type='range' value='0' min='0' max='2' aria-valuetext='small'>
    </label>
  </body>
</html>