mirror of
https://github.com/servo/servo.git
synced 2025-10-03 01:59:14 +01:00
Auto merge of #23694 - saschanaz:rotate-fix, r=Manishearth
Fix DOMMatrix rotate test failure <!-- Please describe your changes on the following line: --> Rotation functions have been working backward because of https://github.com/servo/euclid/issues/354, so this temporarily fixes it. cc @Manishearth PS: How can I run bors-servo myself? --- <!-- 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 #23688 <!-- Either: --> - [x] There are tests for these changes OR <!-- 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/23694) <!-- Reviewable:end -->
This commit is contained in:
commit
e2441b27bb
2 changed files with 12 additions and 14 deletions
|
@ -1,7 +0,0 @@
|
|||
[DOMMatrix-003.html]
|
||||
type: testharness
|
||||
[test rotate() 2d]
|
||||
expected: FAIL
|
||||
|
||||
[test rotateAxisAngle() ]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue