upload webkit/tizen 2.0_beta source.
[framework/web/webkit-efl.git] / LayoutTests / fast / lists / big-list-marker.html
1 <html>
2     <head>
3         <title>Oversized list marker</title>
4         <style type="text/css">
5             ul {
6                 border: 10px dashed black;
7             }
8         </style>
9     </head>
10     <body>
11         <p>This tests that the size of the list marker is not effected by the width of the border.  See bug #11957</p>
12         <ul>
13             <li>The list-marker should be the normal size.</li>
14         </ul>
15     </body>
16 </html>