tor-browser

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

bug1516963-4-ref.html (415B)


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