blob: f23e753a8d1440ba8f5f009cd85bad661fe77830 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<div style="width: 10px; height: 20px;"></div>
<div style="position: absolute; right: 10px; top: auto; width: 30px; height: 20px;"></div>
<div style="width: 10px; height: 20px;"></div>
<div style="position: absolute; left: 10px; top: auto; width: 30px; height: 20px;"></div>
<div style="width: 10px; height: 20px;"></div>
<div style="position: absolute; left: auto; top: auto; width: 30px; height: 20px;"></div>
<div style="width: 10px; height: 20px;"></div>
<div style="position: absolute; left: auto; top: 10px; width: 30px; height: 20px;"></div>
<div style="position: absolute; left: auto; bottom: 10px; width: 30px; height: 20px;"></div>
</body>
</html>