summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/607.html
blob: 8e71e7d6e8e610ec849e8006e470731f3e552294 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <title>Anchor with no aria-label, no aria-labelledby, no title attribute</title>
   </head>
   <body>
    <a href="test.html" id="test">ABC</a>
   </body>
</html>