chromium/content/test/data/accessibility/html/label-for-hidden-input.html

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