summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/accessibility/test-links.html
blob: a108925dc194321918b54a885c13e2cbb809e23c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
  <head>
    <meta charset="utf-8" />
  </head>
  <body>
    <a href="/">a with href</a>
    <a>a with no attributes</a>
    <a name="anchor">a with name</a>
    <a onclick=";">a with onclick</a>
    <span role="link">span with role link</span>
  </body>
</html>