upload webkit/tizen 2.0_beta source.
[framework/web/webkit-efl.git] / LayoutTests / fast / lists / marker-image-error.html
1 <html>
2 <head>
3     <style>
4         li { list-style-image: url(about:blank); }
5     </style>
6 </head>
7 <body>
8     <p>
9         Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=13157">http://bugs.webkit.org/show_bug.cgi?id=13157</a>
10         List markers positioned incorrectly and don't repaint properly on Oxford homepage</i>.
11     </p>
12     <p>
13         There should be a bullet next to each item on the following list:
14     </p>
15     <ul>
16         <li>Prospectuses and courses</li>
17         <li>Undergraduate admissions</li>
18         <li>Graduate admissions</li>
19         <li>Continuing education</li>
20         <li>Online courses</li>
21     </ul>
22     <script>
23         // Force layout to happen before loading the marker image fails.
24         document.body.offsetTop;
25     </script>
26 </body>
27 </html>