upload webkit/tizen 2.0_beta source.
[framework/web/webkit-efl.git] / LayoutTests / fast / lists / marker-before-empty-inline.html
1 <html>
2 <head>
3     <style>
4         .generate:before {content: 'before';}
5     </style>
6 </head>
7 <body>
8     <p>
9         Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=14395">http://bugs.webkit.org/show_bug.cgi?id=14395</a>
10         When a &lt;p> is inside &lt;li> two &lt;BR>s are rendered</i>.
11     </p>
12     <p>
13         In all of the following, the bullets should be lined up with the first line of text.
14     </p>
15     
16     <ul><li> <span> <div>item</div></span></li></ul>
17     
18     <ul><li> <span> </span> <div>item</div></li></ul>
19     
20     <ul><li> <span> <i> <div>item</div> </i> </span> </li></ul>
21     
22     <ul><li> <span class="generate"> <div>item</div></span></li></ul>
23     
24     <ul><li><span><ul><li>item</li></ul></span><br></li></ul>
25     
26     <ul><li><div><ul><li>item</li></ul></div><br></li></ul>
27     
28     <p>
29         In this case, the solid bullet should be one line above the hollow bullet and the text.
30     </p>
31     
32     <ul><li><ul><li>item</li></ul><br></li></ul>
33 </body>
34 </html>