mirror of
https://github.com/servo/servo.git
synced 2025-08-27 16:18:21 +01:00
Canvas: added lineTo().
This commit is contained in:
parent
fed878710c
commit
774cc4a93a
14 changed files with 60 additions and 45 deletions
|
@ -1,5 +0,0 @@
|
|||
[2d.path.fill.closed.basic.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.path.fill.closed.basic]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.fill.winding.add.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.path.fill.winding.add]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.fill.winding.subtract.1.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.path.fill.winding.subtract.1]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.fill.winding.subtract.2.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.path.fill.winding.subtract.2]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.fill.winding.subtract.3.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.path.fill.winding.subtract.3]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.transformation.setTransform.skewed.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.transformation.setTransform.skewed]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.transformation.transform.skewed.html]
|
||||
type: testharness
|
||||
[transform() with skewy matrix transforms correctly]
|
||||
expected: FAIL
|
||||
|
|
@ -7116,9 +7116,6 @@
|
|||
[CanvasRenderingContext2D interface: attribute direction]
|
||||
expected: FAIL
|
||||
|
||||
[CanvasRenderingContext2D interface: operation lineTo(unrestricted double,unrestricted double)]
|
||||
expected: FAIL
|
||||
|
||||
[CanvasRenderingContext2D interface: operation quadraticCurveTo(unrestricted double,unrestricted double,unrestricted double,unrestricted double)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -7377,12 +7374,6 @@
|
|||
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "direction" with the proper type (69)]
|
||||
expected: FAIL
|
||||
|
||||
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "lineTo" with the proper type (72)]
|
||||
expected: FAIL
|
||||
|
||||
[CanvasRenderingContext2D interface: calling lineTo(unrestricted double,unrestricted double) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "quadraticCurveTo" with the proper type (73)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue