marker-inherit-values-ref.html (478B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>CSS Test: ::marker inherits values from originating element reference file</title> 6 <link rel="author" title="Daniel Bates" href="mailto:dbates@webkit.org"> 7 <style> 8 li { 9 color: green; 10 font-family: sans-serif; 11 font-size: x-large; 12 font-style: italic; 13 font-variant: small-caps; 14 font-weight: bold; 15 list-style-type: lower-alpha; 16 } 17 </style> 18 </head> 19 <body> 20 <ol> 21 <li></li> 22 </ol> 23 </body> 24 </html>