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

content / test / data / accessibility / html / combobox-with-redundant-aria-role.html [blame]

<!--
@BLINK-ALLOW:name=*
@BLINK-ALLOW:role*
-->
<!DOCTYPE html>
<html>

<body>
  <select role="combobox">
    <option value="Option 1">Option 1</option>
    <option value="Option 2">Option 2</option>
    <option value="Option 3">Option 3</option>
  </select>
</body>

</html>