tor-browser

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

bug1516963-1-ref.html (351B)


      1 <!DOCTYPE HTML>
      2 <html>
      3  <title>Bug 1516963 Reference: Test AccessibleCaret doesn't show when clicking on an empty grid container.</title>
      4  <style>
      5  #container {
      6    display: grid;
      7    border: 1px solid blue;
      8    width: 100px;
      9    height: 100px;
     10    background-color: yellow;
     11  }
     12  </style>
     13  <body>
     14    <div id="container"></div>
     15  </body>
     16 </html>