summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/597.html
blob: 9a2901cefa20a74b4ba0fb39058012a16c0e4092 (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>DIV with aria-label="Tag" and aria-labelledby is not specified and title is not specified..</title>
  </head>
  <body>
    <div id="test" aria-label='Tag'>aria-label='Tag'</div>
  </body>
</html>