blob: f612a77c85224b15a77f77d56f945747984dc209 [file] [log] [blame]
<html>
<head>
<link rel="stylesheet" href="../resources/default.css">
<script type="text/javascript">
function runTest()
{
document.getElementById('iframe').contentDocument.getElementById('iframe').contentWindow.scrollTo(200, 200);
}
</script>
</head>
<body onload="runTest()">
<!-- You should 3 non-overlapping rectangle (from left to right): a green, a yellow and a blue. -->
<iframe id="iframe" src="../resources/iframe-outer.html" style="height: 1000px;"></iframe>
</body>
</html>