mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
chore: Update vello to fix radials in vello_cpu (#38338)
This update includes a fix for https://github.com/linebender/vello/issues/1124. Testing: Existing WPT tests try run: https://github.com/sagudev/servo/actions/runs/16599834725 --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
815ed10b5f
commit
5c42a113bd
8 changed files with 7 additions and 28 deletions
|
@ -1,4 +0,0 @@
|
|||
[2d.gradient.radial.cone.front.html]
|
||||
[Canvas test: 2d.gradient.radial.cone.front]
|
||||
expected:
|
||||
if subsuite == "vello_cpu_canvas": FAIL
|
|
@ -1,4 +0,0 @@
|
|||
[2d.gradient.radial.cone.top.html]
|
||||
[Canvas test: 2d.gradient.radial.cone.top]
|
||||
expected:
|
||||
if subsuite == "vello_cpu_canvas": FAIL
|
|
@ -1,4 +0,0 @@
|
|||
[2d.gradient.radial.inside2.html]
|
||||
[Canvas test: 2d.gradient.radial.inside2]
|
||||
expected:
|
||||
if subsuite == "vello_cpu_canvas": FAIL
|
|
@ -1,4 +0,0 @@
|
|||
[2d.gradient.radial.inside3.html]
|
||||
[Canvas test: 2d.gradient.radial.inside3]
|
||||
expected:
|
||||
if subsuite == "vello_cpu_canvas": FAIL
|
|
@ -1,4 +0,0 @@
|
|||
[2d.gradient.radial.outside1.html]
|
||||
[Canvas test: 2d.gradient.radial.outside1]
|
||||
expected:
|
||||
if subsuite == "vello_cpu_canvas": FAIL
|
|
@ -2,4 +2,3 @@
|
|||
[Canvas test: 2d.gradient.radial.outside3]
|
||||
expected:
|
||||
if subsuite == "": FAIL
|
||||
if subsuite == "vello_cpu_canvas": FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue