chromium/content/test/data/accessibility/accname/name-file-label.html

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