blob: 100756626987a95b242214a47704e87d5d7c2dc9 [file] [log] [blame]
<html id='innerFrameDocument'>
<style>
body {
touch-action:none;
}
</style>
<body id='innerFrame' style='height:500px; width: 500px; padding: 0; margin: 0;'>
<script>
top.document.testEventList.forEach(function(eventName) {
document.addEventListener(eventName, top.handleEvent);
});
</script>
</body>
</html>