Sign in
webkit
/
WebKit
/
23e576feb4d75c9fc45f35cc19515c4cf11389a1
/
.
/
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>