Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / lists / 007-vertical.html
blobe2477aaea6c2076f2320a83b6ff6081636804ab4
1 <html style="-webkit-writing-mode:vertical-rl">
2 <head>
3 <style type="text/css">
4 .two {padding-top: 25px; border-top: 25px solid green; background-color: aqua;}
5 </style>
6 </head>
7 <body>
8 <UL class="two" style="background-color: gray;">
9 <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>
10 <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.
11 </UL>
12 </body>
13 </html>