blob: 5e7a041a04dc6d7f841122ff287c064eafe64f10 [file] [log] [blame]
<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>