tor-browser

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

574.html (498B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      5    <title>A &lt;div&gt; with role="list" and a child div with role="group" who has a child of role="button".</title>
      6  </head>
      7  <body>
      8    <div id="test" role="list">
      9      <div id="listChild" role="group">
     10        <span id="groupChild" role="button">List <abbr title="containing"></abbr> group <abbr title="containing"></abbr> button</span>
     11      </div>
     12    </div>
     13  </body>
     14 </html>