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