mirror of
https://github.com/servo/servo.git
synced 2025-10-02 17:49:16 +01:00
Add image usability checks to drawImage()
This commit is contained in:
parent
5f55cd5d71
commit
ed0973fb1c
9 changed files with 29 additions and 34 deletions
|
@ -1,5 +0,0 @@
|
|||
[2d.drawImage.broken.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.drawImage.broken]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.drawImage.incomplete.emptysrc.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.drawImage.incomplete.emptysrc]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.drawImage.incomplete.immediate.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.drawImage.incomplete.immediate]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.drawImage.incomplete.nosrc.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.drawImage.incomplete.nosrc]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.drawImage.incomplete.reload.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.drawImage.incomplete.reload]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.drawImage.incomplete.removedsrc.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.drawImage.incomplete.removedsrc]
|
||||
expected: FAIL
|
||||
|
|
@ -1,8 +1,5 @@
|
|||
[drawimage_html_image.html]
|
||||
type: testharness
|
||||
[Draw 100x100 image to 100x100 canvas at 0,0.]
|
||||
expected: FAIL
|
||||
|
||||
[Test scenario 12: sx = -20, sy = -20, sw = 50, sh = 50, dx = 20, dy = 20, dw = 125, dh = 125 --- Pixel 70,99 should be light purple.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue