bug1516963-3-ref.html (415B)
1 <!DOCTYPE HTML> 2 <html> 3 <title>Bug 1516963 Reference: Test AccessibleCaret doesn't show when clicking on a grid container.</title> 4 <style> 5 #container { 6 display: grid; 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>Grid</button></div> 19 </body> 20 </html>