Implement CanvasRenderingContext2D.getTransform()

This commit is contained in:
pylbrecht 2020-02-11 22:36:50 +01:00
parent 6b2079e5b3
commit 588c09b580
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