summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/accessibility/test-move-caret-accessibility-focus.html
blob: d9d159799110b09e8bd224ba21365744743e5e6d (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
  </head>
  <body>
    <p>Hello <a href="foo">sweet</a>, sweet <span>world</span></p>
  </body>
</html>