blob: 1ff9ca3765b9363687e1b6f2be4960241997b322 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that we properly hittest boxes with reference clip path.</title>
<style>
div {
position: absolute;
top: 0px;
left: 0px;
width: 200px;
height: 200px;
background: green;
}
</style>
</head>
<body>
<div></div>
</body>
</html>