Lists Tests
    ul
    default
    
    list-style: disc
    
    list-style: square
    
    list-style: circle
    
    list-style: inside url(list-item.png)
    
    list-style: outside url(list-item.png)
    
    ol
    default
    
        - First
- Second
- Third
list-style: decimal
    
        - First
- Second
- Third
list-style: decimal-leading-zero
    
        - First
- Second
- Third
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
list-style: lower-alpha
    
        - First
- Second
- Third
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
list-style: upper-alpha
    
        - First
- Second
- Third
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
list-style: upper-roman
    
        - First
- Second
- Third
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
list-style: lower-roman
    
        - First
- Second
- Third
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
list-style: outside lower-roman url(list-file.png)
    
        - First
- Second
- Third
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
- Another Entry
'none' values
    list-style: none
    
    list-style: none square
    
    list-style: square none
    
    list-style: url(list-item.png) none
    
    list-style: none none 
    
    list-style: inside none none
    
    list-style: square none none (error)
    
    list-style: none none none (is an error)