Sign in
webkit
/
WebKit
/
fff5469af9e21121a01bc52b64d66a2e93b51665
/
.
/
LayoutTests
/
http
/
tests
/
events
/
touch
/
ios
/
resources
/
click-target.html
blob: a49e779d9536736189e888be8ed13e4d2403097b [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
body
{
margin
:
0
;
}
div
{
width
:
100vw
;
height
:
100vh
;
}
</style>
<div
onclick
=
"
window
.
parent
.
postMessage
(
'clicked'
,
'*'
)
"
></div>