1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11

content / test / data / accessibility / accname / name-heading-combobox-focusable-alternative.html [blame]

<!--
@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>