servo/components/style/properties
bors-servo 09b4f79ed3 Auto merge of #17218 - canaltinova:transform-bug, r=emilio
Don't accept an extra token at the end of transform property

The lack of `input.try` usage makes transform property to accept values like `rotate(70deg)foo`.

---
<!-- 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

<!-- Either: -->
- [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. -->

<!-- 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/17218)
<!-- Reviewable:end -->
2017-06-08 03:37:44 -07:00
..
helpers Add separate computed Color value. 2017-06-08 12:59:26 +10:00
longhand Auto merge of #17218 - canaltinova:transform-bug, r=emilio 2017-06-08 03:37:44 -07:00
shorthand Merge CSSColor into Color. 2017-06-08 12:59:22 +10:00
build.py Use ascii_case_insensitive_phf_map! in PropertyId::parse 2017-02-26 11:10:33 +01:00
data.py Remove complex_color parameter. 2017-06-08 12:59:24 +10:00
declaration_block.rs style: Insert declarations last while parsing. 2017-06-02 11:21:02 +02:00
gecko.mako.rs Simplify caret-color conversion. 2017-06-08 12:59:28 +10:00
helpers.mako.rs Derive the most trivial ToCss implementations 🌋 2017-06-04 16:17:56 +02:00
Mako-0.9.1.zip Revert "Remove mako.zip" 2016-09-04 12:52:30 +08:00
properties.html.mako Move Mako-related files into a new sub-directory. 2016-04-20 14:49:27 +02:00
properties.mako.rs Add separate computed Color value. 2017-06-08 12:59:26 +10:00