summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/accessibility/test-checkbox.html
blob: a45cfed92bfc9cfac80fcb6d6f8bbcf75cad3c96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
  </head>
  <body>
    <label>
      <input type="checkbox" aria-describedby="desc" />many option
    </label>
    <div id="desc">description</div>
  </body>
</html>