tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

596.html (371B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      5    <title>DIV with aria-labelledby="ID1" and aria-label is not specified and title is not specified.</title>
      6  </head>
      7  <body>
      8    <div id="test" aria-labelledby='ID1'>aria-labelledby='ID1'</div>
      9    <span id="ID1">Label for 'test' element</span>
     10  </body>
     11 </html>