Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / lists / big-list-marker.html
blobcc7b29a76c3eacba8bd1cd9a9f28a4f68cf04346
1 <html>
2 <head>
3 <title>Oversized list marker</title>
4 <style type="text/css">
5 ul {
6 border: 10px dashed black;
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>