1
    2
    3
    4
    5
    6

content / test / data / accessibility / html / label-for-hidden-input.html [blame]

<html>
<body>
<label for="hiddenInput">This label should be visible</label>
<input type="checkbox" id="hiddenInput" style="display: none;"/>
</body>
</html>