blob: 9a7f0712d6ccffb7c9bae44913ace3e97fa53afb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!DOCTYPE HTML>
<html>
<title>Bug 1516963 Reference: Test AccessibleCaret doesn't show when clicking on an image.</title>
<style>
#container {
border: 1px solid blue;
width: 100px;
height: 100px;
background-color: yellow;
}
img {
width: 60px;
height: 40px;
}
</style>
<body>
<div id="container"><img src="chrome/blue-32x32.png"></div>
</body>
</html>
|