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