Update scroll position immediately after resizing view
[framework/web/webkit-efl.git] / LayoutTests / printing / iframe-print.html
1 <html>
2 <script>
3   if (window.testRunner)
4     testRunner.setPrinting();
5 </script>
6 <body>
7   <iframe src="./resources/iframe-subframe.html" frameborder="1" height="100"></iframe>
8   <iframe src="./resources/iframe-subframe-vertical-rl.html" frameborder="1" height="300"></iframe>
9 </body>
10 </html>