mirror of
https://github.com/servo/servo.git
synced 2025-08-19 04:15:33 +01:00
Add jpeg and webp support to canvas.toDataURL() (#34861)
Signed-off-by: webbeef <me@webbeef.org>
This commit is contained in:
parent
4f8dcfe6f9
commit
f220d6d3a5
3 changed files with 77 additions and 9 deletions
|
@ -90,3 +90,8 @@
|
|||
[WebGL test #55: should draw with 255,192,128,1\nat (0, 0) expected: 255,192,128,1 was 0,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #62: should draw with 128,128,128,255\nat (0, 0) expected: 128,128,128,255 was 255,255,255,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #69: should draw with 128,128,128,255\nat (0, 0) expected: 128,128,128,255 was 255,255,255,255]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue