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