summaryrefslogtreecommitdiffstats
path: root/layout/base/tests/bug1550869-2-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/base/tests/bug1550869-2-ref.html')
-rw-r--r--layout/base/tests/bug1550869-2-ref.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/base/tests/bug1550869-2-ref.html b/layout/base/tests/bug1550869-2-ref.html
new file mode 100644
index 0000000000..e4215edebc
--- /dev/null
+++ b/layout/base/tests/bug1550869-2-ref.html
@@ -0,0 +1,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>