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

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

<!DOCTYPE html>
<!--
@BLINK-ALLOW:currentValue*
@BLINK-ALLOW:inputType=*
@BLINK-ALLOW:maximumValue*
@BLINK-ALLOW:minimumValue*
@BLINK-ALLOW:valuetext*
@MAC-ALLOW:AXRoleDescription
@WIN-ALLOW:ia2_hypertext=*
@WIN-ALLOW:n_characters=*
@WIN-ALLOW:text-input-type*
@WIN-ALLOW:currentValue*
@WIN-ALLOW:maximumValue*
@WIN-ALLOW:minimumValue*
@WIN-ALLOW:valuetext*
@AURALINUX-ALLOW:text-input-type*
@AURALINUX-ALLOW:valuetext*
@AURALINUX-ALLOW:character_count*
-->
<html>
  <body>
    <input type="number" value="1">
    <input type="number" value="6" min="5" max="10">
  </body>
</html>