mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Canvas: added support for the globalAlpha attribute.
This commit is contained in:
parent
83d9ab3ba5
commit
5c560397eb
12 changed files with 29 additions and 56 deletions
|
@ -1,5 +0,0 @@
|
|||
[2d.composite.globalAlpha.canvas.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.globalAlpha.canvas]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.composite.globalAlpha.default.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.globalAlpha.default]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.composite.globalAlpha.fill.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.globalAlpha.fill]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.composite.globalAlpha.image.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.globalAlpha.image]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.composite.globalAlpha.invalid.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.globalAlpha.invalid]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.composite.globalAlpha.range.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.globalAlpha.range]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.drawImage.alpha.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.drawImage.alpha]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.strokeRect.globalalpha.html]
|
||||
type: testharness
|
||||
[strokeRect is affected by globalAlpha]
|
||||
expected: FAIL
|
||||
|
|
@ -6933,9 +6933,6 @@
|
|||
[CanvasRenderingContext2D interface: operation resetTransform()]
|
||||
expected: FAIL
|
||||
|
||||
[CanvasRenderingContext2D interface: attribute globalAlpha]
|
||||
expected: FAIL
|
||||
|
||||
[CanvasRenderingContext2D interface: attribute globalCompositeOperation]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -7095,9 +7092,6 @@
|
|||
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "resetTransform" with the proper type (12)]
|
||||
expected: FAIL
|
||||
|
||||
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "globalAlpha" with the proper type (13)]
|
||||
expected: FAIL
|
||||
|
||||
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "globalCompositeOperation" with the proper type (14)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue