summaryrefslogtreecommitdiff
path: root/legacy/haveproblems/selectorParsing.css
blob: 87501841c2b95ac5b751d79199118e4e0e2670a1 (plain)
1
2
3
4
5
6
7
.parser { margin: 3em; }
/* This should be a parse error 
 * (and the entirety of the next ruleset should be ignored */
;

.parser { height: 3em; }