gecko-dev/layout/base/tests/bug1516963-4-ref.html

21 строка
415 B
HTML

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