OLD | NEW |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <title>CSS 2.1 Test Suite: list-style</title> | 4 <title>CSS 2.1 Test Suite: list-style</title> |
| 5 <script src="../resources/ahem.js"></script> |
5 <style type="text/css"> | 6 <style type="text/css"> |
6 ul { | 7 ul { |
7 margin: 1em 5em; border: solid black; padding: 0; width: 6em; | 8 margin: 1em 5em; border: solid black; padding: 0; width: 6em; |
8 font: 15px/1 Ahem; color: lime; background: red url(support/css1test566a.pn
g) no-repeat; | 9 font: 15px/1 Ahem; color: lime; background: red url(support/css1test566a.pn
g) no-repeat; |
9 list-style: upper-alpha inside; | 10 list-style: upper-alpha inside; |
10 } | 11 } |
11 li { margin: 0; padding: 0; } | 12 li { margin: 0; padding: 0; } |
12 </style> | 13 </style> |
13 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#q10" title="12
.5 Lists"> | 14 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#q10" title="12
.5 Lists"> |
14 </head> | 15 </head> |
15 <body> | 16 <body> |
16 <p>There should be no red below.</p> | 17 <p>There should be no red below.</p> |
17 <ul class="one"> | 18 <ul class="one"> |
18 <li> x x xx xx x x</li> | 19 <li> x x xx xx x x</li> |
19 </ul> | 20 </ul> |
20 </body> | 21 </body> |
21 </html> | 22 </html> |
OLD | NEW |