summaryrefslogtreecommitdiff
path: root/legacy/haveproblems/selectorParsing.css
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/haveproblems/selectorParsing.css')
-rw-r--r--legacy/haveproblems/selectorParsing.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/legacy/haveproblems/selectorParsing.css b/legacy/haveproblems/selectorParsing.css
new file mode 100644
index 0000000..8750184
--- /dev/null
+++ b/legacy/haveproblems/selectorParsing.css
@@ -0,0 +1,7 @@
+.parser { margin: 3em; }
+/* This should be a parse error
+ * (and the entirety of the next ruleset should be ignored */
+;
+
+.parser { height: 3em; }
+