Auto merge of #25734 - pylbrecht:get.transform, r=jdm

Implement CanvasRenderingContext2D.getTransform()

<!-- 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 part of #25331

<!-- 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. -->
This commit is contained in:
bors-servo 2020-02-13 12:03:42 -05:00 committed by GitHub
commit 2c70db5f5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 42 additions and 22 deletions

View file

@ -1,4 +0,0 @@
[2d.transformation.getTransform.html]
[This test ensures that getTransform works correctly.]
expected: FAIL

View file

@ -17,9 +17,6 @@
[addPath({f: 0, m42: 5e-324}) (invalid)]
expected: FAIL
[setTransform (Sanity check without dictionary)]
expected: FAIL
[addPath (Sanity check without second parameter)]
expected: FAIL

View file

@ -59,9 +59,6 @@
[ApplicationCache interface: window.applicationCache must inherit property "ondownloading" with the proper type]
expected: FAIL
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "getTransform()" with the proper type]
expected: FAIL
[OffscreenCanvasRenderingContext2D interface: attribute imageSmoothingEnabled]
expected: FAIL
@ -1178,9 +1175,6 @@
[External interface object length]
expected: FAIL
[CanvasRenderingContext2D interface: operation getTransform()]
expected: FAIL
[OffscreenCanvasRenderingContext2D interface: operation arc(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, boolean)]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.transformation.getTransform.html]
[This test ensures that getTransform works correctly.]
expected: FAIL