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