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

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

<!--
@BLINK-DENY:descri*
-->
<!doctype html>
<html>
<body>
<label for="test">silly
<div role="spinbutton" aria-valuemin="1" aria-valuemax="7" aria-valuenow="4"></div>
</label>
<input type="image" src="foo.jpg" id="test"/>
</body>
</html>