upload webkit/tizen 2.0_beta source.
[framework/web/webkit-efl.git] / LayoutTests / fast / lists / inline-before-content-after-list-marker.html
1 <!DOCTYPE html>
2 <!-- Test passes if you see green text only and no "PA" repetition -->
3 <html>
4 <body style="font-family: ahem; font-size: 40px; -webkit-font-smoothing: none;">
5 <style>
6 li:before { content: "PA"; }
7 </style>
8 <li>SS
9 <div></div>
10 </li>
11 <script>
12 document.body.offsetTop;
13 document.body.style.color = "green";
14 </script>
15 </body>
16 </html>