servo/tests/unit/style
bors-servo d724bffde8 Auto merge of #15612 - UnICorN21:master, r=canaltinova
fixed the wrong behavior of border-spacing

fixed the wrong behavior of border-spacing
---
<!-- 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 #15489.

<!-- 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/15612)
<!-- Reviewable:end -->
2017-02-21 01:09:35 -08:00
..
parsing Auto merge of #15612 - UnICorN21:master, r=canaltinova 2017-02-21 01:09:35 -08:00
properties Fix serialization of animation. 2017-02-17 09:01:20 +11: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 style: Unbox a bunch of color properties. 2017-02-14 20:18:31 +01: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 Update serde to 0.9 (fixes #15325) 2017-02-18 21:09:46 +01: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 style: Unbox a bunch of color properties. 2017-02-14 20:18:31 +01:00
str.rs cow_to_ascii_lowercase() 2016-12-09 10:56:20 -10:00
stylesheets.rs style: Unbox a bunch of color properties. 2017-02-14 20:18:31 +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