aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/style/parsing/effects.rs
Commit message (Collapse)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+4
| | | | | * strict imports formatting * Reformat all imports
* Update MPL license to https (part 5)Jan Andre Ikenmeyer2018-11-271-1/+1
|
* `cargo fix --edition`Simon Sapin2018-11-101-2/+2
|
* Format remaining filesPyfisch2018-11-061-15/+23
|
* Make use of generics for transform-originAnthony Ramine2017-05-311-11/+1
| | | | This allows us to preserve keywords during serialisation.
* Centralize ParserContext for testsJ. Ryan Stinnett2017-04-141-42/+10
| | | | | | | To simplify adding additional data to `ParserContext`, this moves test usages to a few shared locations, instead of being spread across many tests. MozReview-Commit-ID: 1OahV797eq
* Fix parsing of "center left" in parse_origin (fixes #15750)Anthony Ramine2017-04-131-1/+16
|
* Pull rule_type into ParserContextJ. Ryan Stinnett2017-04-121-2/+2
| | | | | | | Absorb `rule_type` into the `ParserContext` so that it's easier to pass down to deeper levels of the parser. MozReview-Commit-ID: DjBNytLxGKX
* style: Avoid cloning all over the error reporter.Emilio Cobos Álvarez2017-03-141-1/+2
|
* Change code for serialization of {box,text}-shadow so blur-radiuskaran sharma2017-03-131-0/+9
| | | | can be parsed as non-negavite
* Reject negative factors in filter functions (fixes #15494)Jason Tran2017-03-081-0/+43
|
* rebase and fix tidiness lintNeck Varentsov2017-02-261-2/+1
|
* add test test_effects_parser_exhaustionNeck Varentsov2017-02-261-4/+14
|
* add testsNeck Varentsov2017-02-261-0/+21
|
* Fix parsing of ClipRectNazım Can Altınova2017-02-251-0/+35