Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / printing / resources / iframe-subframe-vertical-rl.html
blob63e85b91732cc3c760a7850332e514365f935084
1 <!DOCTYPE html>
2 <html style="-webkit-writing-mode:vertical-rl;-webkit-text-orientation:sideways-right;text-rendering:optimizeLegibility">
3 <body>
4 You should see this text when printed.
5 <br>
6 Vertical text on the right.
7 <br>
8 <iframe src="./iframe-subframe.html" frameborder="1" width="200"></iframe>
9 </body>
10 </html>