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