Align ctx.createImageData and ctx.getImageData with the spec

This commit is contained in:
Anthony Ramine 2018-10-06 11:41:48 +02:00
parent f13e35b2c5
commit 241dba064d
10 changed files with 54 additions and 81 deletions

View file

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

View file

@ -1,5 +0,0 @@
[2d.imageData.create2.zero.html]
type: testharness
[createImageData(sw, sh) throws INDEX_SIZE_ERR if size is zero]
expected: FAIL

View file

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

View file

@ -1,5 +0,0 @@
[2d.imageData.get.zero.html]
type: testharness
[getImageData() throws INDEX_SIZE_ERR if size is zero]
expected: FAIL