Sign in
webkit
/
WebKit
/
fbd7aecd32a54cc89151940f9061a558c9e21c21
/
.
/
LayoutTests
/
fast
/
events
/
hittest-pointer-event-none-descendants-expected.html
blob: c7307c00472b75a78f4f6699214ed9bed803a612 [
file
] [
log
] [
blame
]
<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>