blob: 6e9afb46ac683e5a825508732371e3b22e29ef50 [file] [log] [blame]
<html>
<head>
<link rel="stylesheet" href="../resources/default.css">
<script type="text/javascript">
function runTest()
{
document.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"></iframe>
</body>
</html>