summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/598-haswarn.html
blob: 7d9404d823298a2aabbed80ca383291e061f9e93 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>DIV with aria-labelledby="ID1" aria-label="Tag" and title is not specified.</title>
  </head>
  <body>
    <div id="test" aria-labelledby="ID1" aria-label='Tag'>aria-labelledby="ID1" aria-label='Tag'</div>
    <span id="ID1">Element with id='ID1'</span>
  </body>
</html>