servo/tests/unit/style
bors-servo 2da1977108 Auto merge of #15174 - DexterHaslem:15165-webkit-text-stroke-sh-ord, r=SimonSapin
make -webkit-text-stroke color and width shorthand no longer sensitive to ordering

<!-- Please describe your changes on the following line: -->
this makes `-webkit-text-stroke` shorthand work with line-width and color in either order.

I added a shorthand parser test to the existing inherited_text test, which wasn't very similar to any of the other tests in there, hope sticking shorthand below the longhand stuff is ok.

---
<!-- 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 #15165 (github issue number if applicable).

<!-- 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/15174)
<!-- Reviewable:end -->
2017-01-24 22:52:08 -08:00
..
parsing forgot to tidy unit test 2017-01-24 01:33:29 -07:00
properties Convert transition-timing-function longhand into vector_longhand 2017-01-08 17:19:01 +03:00
rule_tree style: Add simple rule-tree benchmarks. Fix rule node drop race. 2016-12-19 09:46:59 +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 Update selectors to 0.15.1 2017-01-23 14:51:10 +08:00
lib.rs Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23). 2017-01-24 11:02:51 +01:00
logical_geometry.rs Move util::logical_geometry to style 2016-02-18 10:17:13 +01:00
media_queries.rs Box CalcLengthOrPercentage to reduce inline size of PropertyDeclaration(s) 2017-01-17 08:09:54 -08:00
owning_handle.rs Implement OwningHandle in style. 2016-10-13 16:53:37 -06:00
str.rs cow_to_ascii_lowercase() 2016-12-09 10:56:20 -10:00
stylesheets.rs style: Add a StylesheetLoader abstraction, and make it a no-op on Geckolib. 2016-12-16 16:57:19 +01:00
stylist.rs Use PropertyId instead of Atom for CSSStyleDeclaration::get_computed_style 2016-12-09 17:06:50 -10:00
value.rs Treat top-level number in calc() invalid 2016-12-03 00:34:43 +11:00
viewport.rs style: Isolate the soon-to-be style-backend-specific from the media_query module. 2017-01-07 12:34:43 +01:00