tor-browser

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

roles-plain-concrete-listbox.html (341B)


      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 "listbox" and no states or properties</title>
      6   </head>
      7   <body>
      8      <div role="listbox" id="test">
      9            <div role="option">Placeholder content</div>
     10      </div>
     11   </body>
     12 </html>