mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Respect the composition op when drawing images
This commit is contained in:
parent
315c4f5ed7
commit
1d02239804
14 changed files with 14 additions and 72 deletions
|
@ -1,5 +0,0 @@
|
|||
[2d.composite.canvas.lighter.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.canvas.lighter]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.composite.image.lighter.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.image.lighter]
|
||||
expected: FAIL
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.drawImage.composite.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.drawImage.composite]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue