bug1516963-6-ref.html (418B)
1 <!DOCTYPE HTML> 2 <html> 3 <title>Bug 1516963 Reference: Test AccessibleCaret doesn't show when clicking on a 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 button { 13 height: 40px; 14 width: 60px; 15 } 16 </style> 17 <body> 18 <div id="container"><button>Table</button></div> 19 </body> 20 </html>