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