pointerevent_pointercapture-iframe.html (345B)
1 <html id='innerFrameDocument'> 2 <style> 3 body { 4 touch-action:none; 5 } 6 </style> 7 <body id='innerFrame' style='height:500px; width: 500px; padding: 0; margin: 0;'> 8 <script> 9 top.document.testEventList.forEach(function(eventName) { 10 document.addEventListener(eventName, top.handleEvent); 11 }); 12 </script> 13 </body> 14 </html>