gecko-dev/layout/base/tests/bug1550869-2-ref.html

16 строки
327 B
HTML

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