<html> | |
<head> | |
<title>This test that hittest finds the box that is translated beyond min/max layout unit and back.</title> | |
<style> | |
div { | |
position: absolute; | |
width: 100px; | |
height: 100px; | |
background-color: green; | |
} | |
</style> | |
</head> | |
<body> | |
<div style="left: 0px; top: 0px;"></div> | |
<div style="left: 100px; top: 100px;"></div> | |
</body> | |
</html> |