servo/tests/unit/style
bors-servo ce7827eadf Auto merge of #15454 - jlevesy:bg-size-reject-negative-values, r=SimonSapin
use `::parse_non_negative instead` of `::parse` for background_size property parsing

Use  `::parse_non_negative` instead of `::parse` for background_size property parsing

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [X] These changes fix #15450

<!-- Either: -->
- [x] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15454)
<!-- Reviewable:end -->
2017-02-09 14:55:14 -08:00
..
parsing Auto merge of #15357 - dashed:gh-15207, r=Wafflespeanut,emilio 2017-02-08 21:10:57 -08:00
properties Auto merge of #15454 - jlevesy:bg-size-reject-negative-values, r=SimonSapin 2017-02-09 14:55:14 -08:00
rule_tree style: Define a CascadeLevel enum, and make the rule tree operate on it. 2017-01-30 23:53:53 +01:00
animated_properties.rs Interpolate colors with premultiplied alpha. 2016-12-28 09:18:22 +09:00
attr.rs account for sign in double parsing 2016-07-28 18:56:14 +01:00
cache.rs Move util::cache to style. 2016-07-08 16:44:47 +02:00
Cargo.toml Move rust-selectors in-tree. 2017-02-07 22:53:10 -08:00
keyframes.rs Allow empty keyframe and keyframes with non-animatable properties. 2017-02-01 07:06:38 +09:00
lib.rs Add a test to check the size of PropertyDeclaration 2017-02-09 10:26:59 +01:00
logical_geometry.rs Convert text-orientation to a Gecko-only property 2017-01-27 21:12:38 -08:00
media_queries.rs Refactor and modify stuff to make use of NoCalcLength 2017-01-29 02:04:24 +05:30
owning_handle.rs Implement OwningHandle in style. 2016-10-13 16:53:37 -06:00
size_of.rs Box DeclaredValue::WithVariables 2017-02-09 11:10:10 +01:00
str.rs cow_to_ascii_lowercase() 2016-12-09 10:56:20 -10:00
stylesheets.rs Box larger specified values to avoid memmove impact 2017-02-09 11:10:08 +01:00
stylist.rs style: Ensure that precomputed pseudo-element declarations are correctly sorted. 2017-02-09 13:20:09 +01:00
value.rs Refactor and modify stuff to make use of NoCalcLength 2017-01-29 02:04:24 +05:30
viewport.rs Change LengthOrPercentageOrAuto to make use of NoCalcLength 2017-01-29 02:30:34 +05:30