servo/tests/unit/style/parsing
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
..
animation.rs Convert animation-iteration-count longhand into vector_longhand 2017-01-08 17:19:09 +03:00
background.rs Fix unit tests 2016-12-15 23:04:08 +03:00
basic_shape.rs fix #15492 2017-02-12 07:22:28 +02:00
border.rs fixed the wrong behavior of border-spacing 2017-02-19 22:59:51 +08:00
column.rs Fix parsing methods of column-{gap,width} 2017-02-20 21:07:19 +03:00
font.rs fix to ensure all font-weight keywords are preserved 2017-02-08 13:39:37 -05:00
image.rs Bug 1298588 part 13. Make sure Device has a ComputedValues for stylo. r=bholley 2017-01-04 23:13:52 -05:00
inherited_box.rs Added image-orientation property 2016-12-10 13:43:49 -06:00
inherited_text.rs Allow negative values for letter-spacing and word-spacing. Inline Length parse functions. 2017-02-06 23:52:35 +00:00
mask.rs Don't require mask-mode to follow mask-image 2017-02-06 09:56:50 +11:00
mod.rs Auto merge of #15612 - UnICorN21:master, r=canaltinova 2017-02-21 01:09:35 -08:00
outline.rs Refactor outline-style to accept "auto" value in addition to border-style values. 2017-02-08 23:13:20 -05:00
position.rs Implement HorizontalPosition / VerticalPosition 2016-12-12 13:48:36 +03:00
selectors.rs Fix the unit tests to use context 2016-11-27 08:49:28 +05:30
supports.rs Fix too many parens in @supports serialization. 2017-01-09 19:35:00 +01:00
text_overflow.rs Fix text-overflow serialization. 2017-01-25 13:16:58 -05:00
transition_timing_function.rs Add rejection of out-of-range values for single-timing-functions 2017-02-15 00:41:54 +00:00