Respect the composition op when drawing images

This commit is contained in:
David Zbarsky 2015-08-05 20:38:48 -04:00
parent 315c4f5ed7
commit 1d02239804
14 changed files with 14 additions and 72 deletions

View file

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

View file

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

View file

@ -1,5 +0,0 @@
[2d.composite.uncovered.image.copy.html]
type: testharness
[drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.composite.uncovered.image.destination-atop.html]
type: testharness
[drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.composite.uncovered.image.destination-in.html]
type: testharness
[drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.composite.uncovered.image.source-in.html]
type: testharness
[drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.composite.uncovered.image.source-out.html]
type: testharness
[drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.composite.uncovered.nocontext.copy.html]
type: testharness
[drawImage() of a canvas with no context draws pixels as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.composite.uncovered.nocontext.destination-atop.html]
type: testharness
[drawImage() of a canvas with no context draws pixels as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.composite.uncovered.nocontext.destination-in.html]
type: testharness
[drawImage() of a canvas with no context draws pixels as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.composite.uncovered.nocontext.source-in.html]
type: testharness
[drawImage() of a canvas with no context draws pixels as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.composite.uncovered.nocontext.source-out.html]
type: testharness
[drawImage() of a canvas with no context draws pixels as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

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