blob: 871ef14efb6f2164b3e5b5aa65ead33d4f9c0297 [file] [log] [blame]
<!DOCTYPE html>
<style>
div {
position: relative;
}
img {
position: absolute;
top: 0px;
left: 0px;
}
</style>
<body>
<div>
<br>
Text should be hidden by red.
<a href="#"><img src="./resources/rectangle-red-200x100.png"></a>
</div>
</body>