1 <div style=
"-webkit-writing-mode:vertical-lr;-webkit-text-orientation:sideways-right;text-rendering:optimizeLegibility;height:500px;font-size:18px">
2 <span style=
"text-decoration:underline">This text should be rotated
90 degrees and underlined.
</span>
4 <span style=
"text-decoration:overline">This text should be rotated
90 degrees and overlined.
</span>
6 <span style=
"text-decoration:line-through">This text should be rotated
90 degrees and struck through.
</span>
8 <span style=
"text-shadow: red 10px 0 5px">This text should have a red shadow that is offset horizontally.
</span>
11 <span style=
"text-shadow: green 60px 0 5px; text-decoration:overline">This text should have an overline plus horizontal green shadow
</div>