Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / printing / iframe-print.html
blob2c21199e271ad2741369cb095c347175f963a7db
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>