haikuwebkit/LayoutTests/fast/events/hittest-pointer-event-none-...

11 lines
189 B
HTML

<style>
.container { display:inline-block; }
.target { background-color: green; height:200px; width:200px; }
</style>
<body>
<div class=container>
<div class=target>
hover me
</div>
</div>