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

<!--
@BLINK-DENY:descri*
-->
<!doctype html>
<html>
<body>
<h2 id="test">Country of origin:
<input role="combobox" type="text" title="Choose your country." value="United States">
</h2>
</body>
</html>