blob: 17e841b20a22a4377a4cd8a3db7e8f218d4a92a0 [file] [log] [blame]
<html>
<head>
<style>
#trigger {
-webkit-transform:translateZ(0);
}
#parent {
width: 350px;
height: 450px;
border: none;
position: absolute;
-webkit-transform: translate(200px, 0px);
}
</style>
</head>
<body>
<div id="trigger"></div>
<iframe id="parent" src="scrollgrandchild-parent.html"></iframe>
</body>
</html>