blob: 5719c4ae565f5130e919aa60fbc9e62f9b9430b4 [file] [log] [blame]
<!DOCTYPE html>
<style>
::-webkit-scrollbar { display: none }
</style>
<script>
if (window.testRunner)
testRunner.setPrinting();
onload = function() {
window.scrollBy(0, 150);
};
</script>
<iframe style="position: absolute; top: 200px; left: 200px"
src="http://localhost:8080/printing/resources/subframe.html"></iframe>
<div style="height: 3000px"></div>