servo/tests/unit/style
bors-servo 210b1be1d0 Auto merge of #14347 - jcdyer:cdyer/len-parsing, r=Wafflespeanut
Only allow border-image-outset to use non-negative numbers.

Restricts border-image-outline to only allow positive values.

Fixes #14295

---
<!-- 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 #14295.

<!-- 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/14347)
<!-- Reviewable:end -->
2016-11-23 12:30:41 -08:00
..
parsing Auto merge of #14347 - jcdyer:cdyer/len-parsing, r=Wafflespeanut 2016-11-23 12:30:41 -08:00
properties Fix single_value_to_css 2016-11-13 23:50:50 -08:00
atomic_refcell.rs Implement AtomicRef::map. 2016-11-01 20:39:51 +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 to selectors 0.15 2016-11-22 14:50:21 +01:00
lib.rs Rename selector_matching.rs to stylist.rs 2016-11-20 15:29:09 +01:00
logical_geometry.rs Move util::logical_geometry to style 2016-02-18 10:17:13 +01:00
media_queries.rs Replace Stylesheet::set_media with a constructor argument 2016-11-18 17:12:44 +01:00
owning_handle.rs Implement OwningHandle in style. 2016-10-13 16:53:37 -06:00
str.rs Move util::str to style 2016-07-05 10:43:54 +02:00
stylesheets.rs Use selectors::SelectorList 2016-11-22 14:50:23 +01:00
stylist.rs Use selectors::SelectorList 2016-11-22 14:50:23 +01:00
value.rs Only restyle viewport-relative nodes on viewport size change 2016-07-18 11:01:42 +08:00
viewport.rs Replace Stylesheet::set_media with a constructor argument 2016-11-18 17:12:44 +01:00