mirror of
https://github.com/servo/servo.git
synced 2025-08-26 15:48:22 +01:00
Auto merge of #21877 - servo:webgl, r=jdm
Improve some byte-swap and premultiply operations <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21877) <!-- Reviewable:end -->
This commit is contained in:
commit
7a88a2e28a
27 changed files with 369 additions and 439 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