<!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> |