mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
Auto merge of #5563 - mmatyas:canvas_globalalpha, r=jdm
A patch somewhat similar to #5562
This commit is contained in:
commit
ee7d762213
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
|
||||
|
|
@ -6915,9 +6915,6 @@
|
|||
[CanvasRenderingContext2D interface: operation resetTransform()]
|
||||
expected: FAIL
|
||||
|
||||
[CanvasRenderingContext2D interface: attribute globalAlpha]
|
||||
expected: FAIL
|
||||
|
||||
[CanvasRenderingContext2D interface: attribute globalCompositeOperation]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -7077,9 +7074,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