aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/style/parsing/transition_timing_function.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-15/+21
| | | | | | | | | | | | | * Use 2024 style edition Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Reformat all code Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
| | | | | * strict imports formatting * Reformat all imports
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-21/+15
|
* Update MPL license to https (part 5)Jan Andre Ikenmeyer2018-11-271-1/+1
|
* `cargo fix --edition`Simon Sapin2018-11-101-1/+1
|
* Format remaining filesPyfisch2018-11-061-7/+38
|
* style: Fix servo build and tidy lints.Emilio Cobos Álvarez2018-10-281-16/+0
|
* Add unit tests for step timing function.Boris Chiou2017-04-271-0/+4
|
* Add unit tests for frames timing function.Boris Chiou2017-04-271-0/+16
|
* Centralize ParserContext for testsJ. Ryan Stinnett2017-04-141-4/+0
| | | | | | | 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
* Pull rule_type into ParserContextJ. Ryan Stinnett2017-04-121-1/+1
| | | | | | | Absorb `rule_type` into the `ParserContext` so that it's easier to pass down to deeper levels of the parser. MozReview-Commit-ID: DjBNytLxGKX
* Add rejection of out-of-range values for single-timing-functionsDawing Cho2017-02-151-0/+37