servo/tests/unit/style
bors-servo adb3e12b72 Auto merge of #14746 - DominoTree:fix-linear-gradient, r=emilio
Default is top-to-bottom if unset, not bottom-to-top

<!-- Please describe your changes on the following line: -->
Reverse linear gradient direction if not explicitly specified to match expected default behavior

---
<!-- 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 #14745 (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/14746)
<!-- Reviewable:end -->
2016-12-28 10:46:53 -08:00
..
parsing Default is top-to-bottom if unset, not bottom-to-top 2016-12-28 10:17:00 -05:00
properties Fix unit tests 2016-12-15 23:04:08 +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
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 Upgrade to rayon 0.6. 2016-12-21 10:57:37 -08:00
lib.rs Interpolate colors with premultiplied alpha. 2016-12-28 09:18:22 +09:00
logical_geometry.rs Move util::logical_geometry to style 2016-02-18 10:17:13 +01:00
media_queries.rs style: Add a StylesheetLoader abstraction, and make it a no-op on Geckolib. 2016-12-16 16:57:19 +01: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 Remove usage of std::intrinsics::discriminant_value. 2016-12-20 07:07:05 +01:00