blob: b32c1530a5e62b11b383dcfc9bec3d01b028e508 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="resources/link-highlight-style.css">
</head>
<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; will-change: transform;">
This test is successful if "Target Link" is covered by a green box with square corners,
and the frame is partially scrolled.
</div>
<script>
function runTest() {
document.getElementById("targetFrame").contentWindow.scrollTo(0, 20);
}
</script>
</body>
</html>