blob: 24af3aae258d324c48355f752f8b73b2f6a42fdc [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests iframe with visibility hidden</title>
<style>
div {
margin: 8px;
margin-right: 26px;
width: 50px;
height: 50px;
background-color: green;
display: inline-block;
}
.positioned {
position: absolute;
left: 80px;
top: 8px;
}
</style>
</head>
<body>
<div></div><div class=positioned></div>
</body>
</html>