chromium/third_party/blink/web_tests/plugins/resources/iframe-with-webview-plugin.html

<!DOCTYPE html>
<div style="height: 40px"></div>
<embed id="plugin" type="application/x-plugin-placeholder-test"></embed>
<div style="height: 3000px"></div>
<script>
onload = function() {
    window.scrollBy(0, 50);
}
</script>