зеркало из https://github.com/mozilla/gecko-dev.git
17 строки
353 B
HTML
17 строки
353 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<title>Bug 1516963 Reference: Test AccessibleCaret doesn't show when clicking on an empty table container.</title>
|
|
<style>
|
|
#container {
|
|
display: table;
|
|
border: 1px solid blue;
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: yellow;
|
|
}
|
|
</style>
|
|
<body>
|
|
<div id="container"></div>
|
|
</body>
|
|
</html>
|