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

content / test / data / accessibility / accname / name-text-spinbutton-valuetext-in-label.html [blame]

<!--
@BLINK-DENY:descri*
-->
<!doctype html>
<html>
<body>
<label for="test">silly
<div role="spinbutton"
     aria-valuetext="Monday"
     aria-valuemin="1"
     aria-valuemax="7"
     aria-valuenow="4">
</div>
</label>
<input type="text" id="test" value="baz"/>
</body>
</html>