mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Align ctx.createImageData and ctx.getImageData with the spec
This commit is contained in:
parent
f13e35b2c5
commit
241dba064d
10 changed files with 54 additions and 81 deletions
|
@ -0,0 +1,5 @@
|
|||
[2d.imageData.create2.nonfinite.html]
|
||||
bug: https://github.com/web-platform-tests/wpt/issues/13393
|
||||
[createImageData() throws TypeError if arguments are not finite]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.imageData.create2.zero.html]
|
||||
type: testharness
|
||||
[createImageData(sw, sh) throws INDEX_SIZE_ERR if size is zero]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.imageData.get.nonfinite.html]
|
||||
bug: https://github.com/web-platform-tests/wpt/issues/13393
|
||||
[getImageData() throws TypeError if arguments are not finite]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.imageData.get.zero.html]
|
||||
type: testharness
|
||||
[getImageData() throws INDEX_SIZE_ERR if size is zero]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue