Sign in
webkit
/
WebKit
/
49e061d8a3dbe8c30f3935dcdd27d7b6b9ae2882
/
.
/
LayoutTests
/
pointerevents
/
ios
/
resources
/
touch-action-none-inside-iframe.html
blob: a978308bc17c0625b2b830d78d7505cb25ca2b22 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<iframe srcdoc="
<div
style
=
'
touch-action
:
none
;
width
:
100px
;
height
:
100px
;
border
:
1px
solid black
'
></div>
" onload="window.parent && window.parent.dumpRegion()">
</iframe>
</body>
</html>