Sign in
webkit
/
WebKit
/
58632ebc30e70ac9706e224e5b7d57b00ba8a2e3
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
events
/
touch
/
resources
/
frame-touchevent-forwarder.html
blob: 73a169250bfa029cd38f8b48a8fd44a98bdacec2 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
html
{
border
:
1px
solid blue
;
box-sizing
:
border-box
;
width
:
100%
;
height
:
100%
;
}
</style>
<script>
document
.
addEventListener
(
'touchstart'
,
function
(
e
)
{
parent
.
onTouchStart
(
e
);
});
</script>
Iframe