blob: c3258fc28a1e8fd55265dca118e6d2c9b85a4800 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body onLoad="runTest();">
<iframe id="targetFrame" src="resources/1-frame-noncomposited-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>