aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/style/parsing/animation.rs
Commit message (Collapse)AuthorAgeFilesLines
* style: Remove useless unit tests, and fix not-so-useless ones.Emilio Cobos Álvarez2019-05-291-43/+0
|
* Update MPL license to https (part 5)Jan Andre Ikenmeyer2018-11-271-1/+1
|
* `cargo fix --edition`Simon Sapin2018-11-101-1/+1
|
* Reorder importsPyfisch2018-11-061-1/+1
|
* Format remaining filesPyfisch2018-11-061-8/+16
|
* style: Move animation-iteration-count outside of mako.Emilio Cobos Álvarez2017-10-241-1/+1
|
* Keep custom-ident and string separate in animation/keyframes name.Simon Sapin2017-04-261-6/+6
|
* Fix up unit testsSimon Sapin2017-04-261-5/+6
|
* Centralize ParserContext for testsJ. Ryan Stinnett2017-04-141-4/+1
| | | | | | | 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
* Make animation-name parse noneXidorn Quan2017-03-061-0/+16
|
* Revert "Auto merge of #15793 - upsuper:animation, r=emilio,bholley"Bobby Holley2017-03-031-16/+0
| | | | | This reverts commit 7cd4c69c40f90b2db6371bff27cfbd70fb045f5d, reversing changes made to 1b1fadb8b88eefe878617230a7b78c75a164332d.
* Make animation-name parse noneXidorn Quan2017-03-031-0/+16
|
* Convert animation-iteration-count longhand into vector_longhandNazım Can Altınova2017-01-081-1/+1
|
* animation-iteration-count property is a number instead of integer.Hiroyuki Ikezoe2017-01-051-0/+21