Sign in
webkit
/
WebKit
/
5bd663b95d2fa0048c9b51d7e90d3c09992ceb28
/
.
/
LayoutTests
/
fast
/
events
/
resources
/
mouse-drag-from-frame-target-subframe.html
blob: f2f4e5291849ddc52456bcce213f602b9aad1ef0 [
file
] [
log
] [
blame
]
<body
onmousemove
=
"
if
(!
this
.
moved
){
this
.
moved
=
true
;
parent
.
log
(
'received mousemove'
)
}
"
onmouseup
=
"
parent
.
log
(
'received mouseup'
)
"
>
</body>