chromium/content/test/data/accessibility/accname/name-password-input-in-label.html

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