chromium/content/test/data/accessibility/accname/name-text-select-in-label.html

<!--
@BLINK-DENY:descri*
-->
<!doctype html>
<html>
<body>
<label for="test">silly
  <select name="member" size="1" role="menu" tabindex="0">
    <option role="menuitem" value="beard" selected="true">clown</option>
    <option role="menuitem" value="scuba">rich</option>
  </select>
</label>
<input type="text" id="test" value="baz"/>
</body>
</html>