9 border:
1px solid black;
17 <script type='text/javascript'
>
18 document
.addEventListener("touchstart", function() { parent
.onTouch(event
, document
.title
); }, false);
19 document
.addEventListener("touchend", function() { parent
.onTouch(event
, document
.title
); }, false);
20 document
.addEventListener("touchmove", function() { parent
.onTouch(event
, document
.title
); }, false);
23 <body onload=
"document.title=parent.getTitle()">
24 <iframe id=
"iframe2" src=
"multi-touch-inside-nested-iframes3.html"></iframe>