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