summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/accessibility/test-aria-comboboxes.html
blob: 8816879c1ad017ada026c457762a3cd139ff4726 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
  <head>
    <meta charset="utf-8" />
  </head>
  <body>
    <div contenteditable role="combobox" aria-label="ARIA 1.0 combobox"></div>
    <div role="combobox">
      <input type="text" aria-label="ARIA 1.1 combobox" />
    </div>
  </body>
</html>