blob: a63b4d1b1cf01df03d00da8b5478fe3e5c654a09 [file] [log] [blame]
Test parsing of CSS nth-child tokens.
SUCCESS
Rules from the stylesheet:
#a { color: green; }
#b { color: green; }
#e { color: green; }
#g { color: green; }
#i { color: green; }
Expected result:
#a { color: green; }
#b { color: green; }
#e { color: green; }
#g { color: green; }
#i { color: green; }