chromium/content/test/data/accessibility/accname/name-combobox-focusable.html

<!--
@BLINK-DENY:descri*
@ANDROID-DENY:descri*
@AURALINUX-DENY:descri*
@MAC-DENY:AXHelp*
@MAC-DENY:AXValue*
@WIN-DENY:descri*
-->
<!doctype html>
<html>
<body>
<div id="test" role="combobox" tabindex="0" title="Choose your language.">
<span> English </span>
</div>
</body>
</html>