summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/accessibility/test-clipboard.html
blob: c33b48f4e5065129c848aee0fbed0628cc100b6a (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
  </head>
  <body>
    <input value="hello cruel world" id="input" />
  </body>
</html>