blob: 5c74ff38d5ad5b051044dd7b73c9890c949f7298 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body onLoad="runTest();">
<iframe id="targetFrame" src="resources/1-frame-composited-expected.html" style="position: relative; left: 10px; top: 10px; width: 400px; height: 150px;"></iframe>
<div style="position: relative; left: 10px; top: 20px;">
This test is successful if "Target Link" is scrolled barely out of view ("Link 4" is at the top of the frame)
and the green box with square corners is not visible.
</div>
<script>
function runTest() {
document.getElementById("targetFrame").contentWindow.scrollTo(0, 90);
}
</script>
</body>
</html>