haikuwebkit/LayoutTests/printing/resources/iframe-subframe-vertical-rl...

11 lines
276 B
HTML

<!DOCTYPE html>
<html style="-webkit-writing-mode:vertical-rl; -webkit-text-orientation: sideways;">
<body>
You should see this text when printed.
<br>
Vertical text on the right.
<br>
<iframe src="./iframe-subframe.html" frameborder="1" width="200"></iframe>
</body>
</html>