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