tor-browser

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

581.html (447B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      5    <title>A page with a div element with id="owned1" is referenced by two div elements that each have aria-owns="owned1".</title>
      6  </head>
      7  <body>
      8    <div id="owner1" aria-owns="owned1">First owner of owned1</div>
      9    <div id="owner2" aria-owns="owned1">Second owner of owned1</div>
     10    <div id="owned1">I am owned1</div>
     11  </body>
     12 </html>