img: 1105 and 1,2,3,4 if child increment honoured (like Gecko & Opera), 1005 and 1,2,3 if not (like WebKit); or 5 and 1,2,3 if the img itself ignores counters (like Konqueror).
These p's and the below img are all display:list-item.
These p's and the above img are all display:list-item.
These p's and the above img are all display:list-item.
Same as above but with list-style-position:inside:
These p's and the below img are all display:list-item.
These p's and the above img are all display:list-item.
These p's and the above img are all display:list-item.
table-column-group: should suppress 100 and 10000, leaving 1101018.
Suppressed child.
Suppressed child.
table-column: should suppress 100 and 10000, leaving either 5 if table-column itself ignores counters (like Konqueror) otherwise 15 like (Gecko, Opera & WebKit).
Suppressed child.
Check that visibility:hidden display:none don't increment counters, contrary to what the spec literally says. c should be 15 if they don't increment counters, or 1115 if the literal reading is followed.