about summary refs log tree commit diff stats
path: root/test/layout/invalid-css-declaration.expected
Commit message (Collapse)AuthorAgeFilesLines
* cssparser: do not accept invalid rulesbptato2024-10-251-0/+3
This isn't exactly clear from the standard's wording, but e.g. *display: inline must be discarded (because it incorrectly starts with a delim token).