haikuwebkit/LayoutTests/svg/clip-path/hittest-clip-path-reference...

19 lines
281 B
HTML

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