blob: 3a03a90189182abda2f2ae9d7714816673c18052 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body { margin: 0px; }
#content {
width: 200px;
height: 1000px;
}
</style>
</head>
<body>
<div id="content"></div>
</body>
<script>
document.scrollingElement.scrollTop = "400";
top.debug("iframe's scroll top is " + document.scrollingElement.scrollTop);
top.postMessage("subframe-loaded", "*");
</script>
</html>