Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / list-outline.html
blob1e2c81ff46025d3d9f338ba0d14d1e07b1fd70f1
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>The WebKit Open Source Project</title>
5 <style type="text/css" media="all">
6 ol.test li {
7 outline: 1px solid red;
8 padding: 1em;
10 </style>
12 </head>
15 <body>
19 <ol class="test">
20 <li >
21 A single outline should only appear over the list element, and not over internal text elements.
22 </li>
23 </ol>
27 </body>
29 </html>