1
    2
    3
    4
    5
    6
    7
    8
    9
   10

content / test / data / accessibility / accname / name-file-label-with-input.html [blame]

<!--
@BLINK-DENY:descri*
-->
<!doctype html>
<html>
<body>
<input type="file" id="test">
<label for="test">foo <input type="text" value="bar"> baz</label>
</body>
</html>