summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/608.html
blob: e73fc0f25a73a9d610b82d72d30fe12e78359058 (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>Title attribute, no aria-label, aria-labelledby</title>
   </head>
   <body>
    <a href="test.html" id="test" title="Tag"></a>
   </body>
</html>