aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/style/parsing/inherited_text.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* Upgrade Stylo to 2024-11-01 (#34322)Oriol Brufau2024-11-211-6/+8
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
* style: Fix servo build.Emilio Cobos Álvarez2019-01-081-2/+2
* 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-2/+2
* Format remaining filesPyfisch2018-11-061-4/+6
* Remove testing feature from style crateManish Goregaokar2017-08-071-88/+0
* Use generics for text spacing propertiesAnthony Ramine2017-06-021-5/+5
* Centralize ParserContext for testsJ. Ryan Stinnett2017-04-141-30/+7
* Pull rule_type into ParserContextJ. Ryan Stinnett2017-04-121-4/+4
* style: Avoid cloning all over the error reporter.Emilio Cobos Álvarez2017-03-141-3/+6
* Have shorthand parsing functions return valuesXidorn Quan2017-02-281-4/+4
* Add 'use statements with extraneous spaces' tidy checkvwvww2017-02-231-1/+1
* Allow negative values for letter-spacing and word-spacing. Inline Length par...Sam2017-02-061-1/+23
* implement parsing of line_height and border_image_outset to parse plain zero ...Atheed Thameem2017-01-281-0/+26
* forgot to tidy unit testDexter Haslem2017-01-241-3/+4
* make -webkit-text-stroke color and width shorthand no longer sensitive to ord...Dexter Haslem2017-01-241-0/+23
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-1/+0
* Added parsing/serialization for text-emphasis-positionAgoston Szepessy2016-11-151-0/+31
* 13894 Use Unicode Segmentation's graphemesJesse Kipp2016-10-261-0/+4
* Change KeywordValue to enumNazım Can Altınova2016-10-231-17/+5
* Implement parsing/serialization for text-emphasis-styleNazım Can Altınova2016-10-211-0/+58