Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE HTML>
<html>
<title>Bug 1516963 Reference: Test AccessibleCaret doesn't show when clicking on an empty grid container.</title>
<style>
#container {
display: grid;
border: 1px solid blue;
width: 100px;
height: 100px;
background-color: yellow;
}
</style>
<body>
<div id="container"></div>
</body>
</html>