chromium/third_party/blink/web_tests/http/tests/printing/cross-site-frame-scrolled-expected.html

<!DOCTYPE html>
<style>
::-webkit-scrollbar { display: none }
</style>
<script>
if (window.testRunner)
  testRunner.setPrinting();
</script>
<iframe style="position: absolute; top: 200px; left: 200px"
    srcdoc="<!DOCTYPE html>Subframe"></iframe>
<div style="height: 3000px"></div>