Sign in
webkit
/
WebKit
/
0262859ca3a360fd8ea90b94b5f9700667584084
/
.
/
ManualTests
/
resources
/
iframe-reloaded-on-touch.html
blob: 0fa98c51fd2e4e8c7a9a8659f64d11fe3f33a0e5 [
file
] [
log
] [
blame
]
<body>
<div
ontouchstart
=
"
window
.
location
.
reload
()
"
style
=
"
background-color
:
green
;
height
:
200px
;
width
:
200px
"
>
Touch me
</div>
</body>