<html style="-webkit-writing-mode:vertical-rl"> <head> <style type="text/css"> .two {padding-top: 25px; border-top: 25px solid green; background-color: aqua;} </style> </head> <body> <UL class="two" style="background-color: gray;"> <LI>The top padding on this unordered list has been set to 25 pixels, which will require some extra test in order to test.</LI> <LI class="two" style="background-color: white;">Another list item might not be such a bad idea, either, considering that such things do need to be double-checked. This list item has its left padding also set to 25 pixels, which should combine with the list's padding to make 50 pixels of margin. </UL> </body> </html>