chromium/third_party/blink/web_tests/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer-expected.html

<!DOCTYPE html>
<html>
<body onLoad="runTest();">
<iframe id="nestingFrame" src="resources/1-nested-frame-noncomposited-expected.html" style="position: relative; left: 10px; top: 10px; width: 450px; 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 outer frame is partially scrolled.
</div>
<script>
function runTest() {
    var nestingFrame = document.getElementById('nestingFrame');
    nestingFrame.contentWindow.scrollTo(0, 20);
}
</script>
</body>
</html>