chromium/content/test/data/accessibility/accname/name-checkbox-label-embedded-select.html

<!--
@BLINK-DENY:descri*
-->
<!doctype html>
<html>
<body>
<input type="checkbox" id="test" />
<label for="test">Flash the screen
  <select size="1">
    <option selected="selected">1</option>
    <option>2</option>
    <option>3</option>
  </select>
  times.
</label>
</body>
</html>