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