1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16

content / test / data / accessibility / accname / desc-combobox-focusable.html [blame]

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