summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/596.html
blob: d2f4a9d8a27b507df7b98b9770a7cc62e27a3b6c (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" and aria-label is not specified and title is not specified.</title>
  </head>
  <body>
    <div id="test" aria-labelledby='ID1'>aria-labelledby='ID1'</div>
    <span id="ID1">Label for 'test' element</span>
  </body>
</html>