Files
servo/components/style
bors-servo 6659e9004d Auto merge of #27032 - mrobinson:fractional-iteration, r=jdm
animations: Finish support for fractional iteration counts

This change also improves support for creating animations with negative
delays, as that is necessary to test support for fractional iteration
lengths.

Fixes: #14858

<!-- Please describe your changes on the following line: -->

---
<!-- 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 #14858
- [x] There are tests for these changes

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
2020-06-24 15:54:27 -04:00
..
2020-06-18 23:51:18 +02:00
2020-06-21 03:34:32 +02:00
2020-04-03 21:32:02 +02:00
2018-11-19 14:47:27 +01:00
2019-12-16 14:23:56 +01:00
2020-06-04 02:02:50 +02:00
2020-06-18 23:51:18 +02:00
2020-05-19 16:26:36 +02:00
2020-06-04 05:01:54 +02:00
2019-12-16 14:23:56 +01:00
2018-11-19 14:47:27 +01:00
2019-12-16 14:23:56 +01:00
2020-06-18 23:51:18 +02:00
2019-12-16 14:23:56 +01:00
2020-06-04 02:02:50 +02:00
2020-04-28 09:09:54 -07:00
2020-06-04 02:02:50 +02:00
2020-06-18 23:51:17 +02:00
2019-06-22 14:59:09 +02:00
2020-06-18 23:51:18 +02:00

servo-style

Style system for Servo, using rust-cssparser for parsing.