upload webkit/tizen 2.0_beta source.
[framework/web/webkit-efl.git] / LayoutTests / fast / lists / list-item-line-height.html
1 <head>
2 <style>
3 li { list-style-image: url(resources/white.gif); line-height:30px; }
4 span { line-height: normal }
5 </style>
6 </head>
7 <body>
8 This test demonstrates that list items are not affected by the quirk that shrinks line boxes with no text children.
9 <ul>
10 <li><span>One</span>
11 <li><span>Two</span>
12 </ul>
13 <ul style="list-style-type:none">
14 <li style="list-style-image:none"><span>Three</span>
15 <li style="list-style-image:none"><span>Four</span>
16 </ul>
17 </body>