servo/tests/unit/style
bors-servo 978a603190 Auto merge of #15516 - absoludity:fix-animation-serialization-15398, r=upsuper
Animation longhand serialization should be a list of each animation rather than a list of lists for each longhand.

Fixes part of #15398 -  serialization should be a list of each animation, rather than a list of lists for each longhand.

---
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes are prework for #15398

- [X] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- 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/15516)
<!-- Reviewable:end -->
2017-02-19 19:41:19 -08:00
..
parsing Add rejection of out-of-range values for single-timing-functions 2017-02-15 00:41:54 +00: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