haikuwebkit/LayoutTests/printing/iframe-print.html

11 lines
292 B
HTML

<html>
<script>
if (window.testRunner)
testRunner.setPrinting();
</script>
<body>
<iframe src="./resources/iframe-subframe.html" frameborder="1" height="100"></iframe>
<iframe src="./resources/iframe-subframe-vertical-rl.html" frameborder="1" height="300"></iframe>
</body>
</html>