aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/style/parsing/text_overflow.rs
Commit message (Collapse)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
| | | | | * 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-1/+1
|
* Centralize ParserContext for testsJ. Ryan Stinnett2017-04-141-9/+5
| | | | | | | 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
* text-overflow accepts only valid values for the second part of valueAbhishek Kumar2017-03-121-0/+10
| | | | Fixes: https://github.com/servo/servo/issues/15491
* Fix text-overflow serialization.Alberto Leal2017-01-251-0/+24
Fixes https://github.com/servo/servo/issues/15208