summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/accessibility/test-tree.html
blob: 81ab105c7d97e7f41de13a5d75375bbed76d9628 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
  </head>
  <body>
    <label for="name">Name:</label
    ><input id="name" type="text" value="Julie" /><button>Submit</button>
  </body>
</html>