Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upNormalize rotations in computed transforms #13275
Conversation
highfive
commented
Sep 15, 2016
|
Heads up! This PR modifies the following files:
|
highfive
commented
Sep 15, 2016
|
@bors-servo try |
Normalize rotations in computed transforms <!-- Please describe your changes on the following line: --> Normalize rotations in computed transforms. --- <!-- 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 #13265 (github issue number if applicable). <!-- Either: --> - [ ] 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. -->
|
r=me on changes, if tests pass. Once we know the tests pass we'd need to add a new test if it's not tested already. |
|
@bors-servo delegate+ Use this to trigger try yourself, but please don't r+ until your own test is added |
|
|
|
@Manishearth Ok, thanks! |
|
|
|
Looks like the CSS tests passed, that's just an intermittent. http://build.servo.org/builders/mac-rel-css/builds/3003 Could you add a new test to mozilla/ that ensures that rotate3d(1,1,1,45deg) is the same as rotate3d(0.5,0.5,0.5,45deg)? |
|
@bors-servo try |
|
Added a test. Could you r? @Manishearth |
|
@bors-servo r+ |
|
|
Normalize rotations in computed transforms <!-- Please describe your changes on the following line: --> Normalize rotations in computed transforms. --- <!-- 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 #13265 (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/13275) <!-- Reviewable:end -->
|
|
canova commentedSep 15, 2016
•
edited
Normalize rotations in computed transforms.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is