aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/style/parsing/length.rs
Commit message (Expand)AuthorAgeFilesLines
* style: Fix / remove unit tests.Emilio Cobos Álvarez2018-06-231-49/+0
* Remove 2 unused type aliasesAnthony Ramine2018-02-261-7/+0
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-2/+2
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-2/+2
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-2/+2
* Devirtualize CSS error reporting.Josh Matthews2017-08-241-3/+1
* Move ParsingMode into style_traits.Hiroyuki Ikezoe2017-06-141-2/+2
* Thread ParseError return values through CSS parsing.Josh Matthews2017-06-091-2/+3
* Make ParsingMode bitflags.Hiroyuki Ikezoe2017-05-141-2/+2
* Rename LengthParsingMode to ParsingMode and LengthParsingMode::SVG to PasingM...Hiroyuki Ikezoe2017-05-141-3/+3
* style: Rewrite calc to be cleaner and support arbitrary expressions.Emilio Cobos Álvarez2017-05-051-0/+1
* style: Allow parsing nested calc() expressions.Emilio Cobos Álvarez2017-05-031-0/+1
* Reverse Number and LengthOrPercentage in LengthOrPercentageOrNumberAnthony Ramine2017-04-281-0/+7
* Propagate quirks mode all the way to ParserContextAnthony Ramine2017-04-271-1/+3
* SVG length parsing modeJ. Ryan Stinnett2017-04-141-2/+18
* Pull rule_type into ParserContextJ. Ryan Stinnett2017-04-121-1/+1
* Style: Do not immediately convert absolute specified lengthsTom Houlé2017-04-121-1/+16
* style: Add a test for other valid uses of calc()Emilio Cobos Álvarez2017-03-081-0/+3
* Require spaces around operators in calc() (fixes #15486)radhika28962017-03-081-0/+12