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

content / test / data / accessibility / accname / name-checkbox-label-embedded-textbox.html [blame]

<!--
@BLINK-DENY:descri*
-->
<!doctype html>
<html>
<body>
<input type="checkbox" id="test" />
<label for="test">Flash the screen
  <div role="textbox" contenteditable>1</div>
  times.
</label>
</body>
</html>