Auto merge of #5563 - mmatyas:canvas_globalalpha, r=jdm

A patch somewhat similar to #5562
This commit is contained in:
bors-servo 2015-04-08 11:58:04 -05:00
commit ee7d762213
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

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