Canvas: added support for the globalAlpha attribute.

This commit is contained in:
Mátyás Mustoha 2015-04-04 00:05:52 +02:00
parent 83d9ab3ba5
commit 5c560397eb
12 changed files with 29 additions and 56 deletions

View file

@ -1,5 +0,0 @@
[2d.composite.globalAlpha.canvas.html]
type: testharness
[Canvas test: 2d.composite.globalAlpha.canvas]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.composite.globalAlpha.default.html]
type: testharness
[Canvas test: 2d.composite.globalAlpha.default]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.composite.globalAlpha.fill.html]
type: testharness
[Canvas test: 2d.composite.globalAlpha.fill]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.composite.globalAlpha.image.html]
type: testharness
[Canvas test: 2d.composite.globalAlpha.image]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.composite.globalAlpha.invalid.html]
type: testharness
[Canvas test: 2d.composite.globalAlpha.invalid]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.composite.globalAlpha.range.html]
type: testharness
[Canvas test: 2d.composite.globalAlpha.range]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.drawImage.alpha.html]
type: testharness
[Canvas test: 2d.drawImage.alpha]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.strokeRect.globalalpha.html]
type: testharness
[strokeRect is affected by globalAlpha]
expected: FAIL

View file

@ -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