tor-browser

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

roles-plain-concrete-rowheader.html (380B)


      1 <!DOCTYPE html>
      2 <html>
      3   <head>
      4      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      5      <title>Plain &lt;div&gt; with role "rowheader" and no states or properties</title>
      6   </head>
      7   <body>
      8      <div role="grid">
      9        <div role="row">
     10          <div role="rowheader" id="test">Placeholder content</div>
     11        </div>
     12      </div>
     13   </body>
     14 </html>