mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix bug in reftest (the binding should create an anonymous rect, it's only the gradient reference that should fail)
This commit is contained in:
parent
c0cc671ab9
commit
5367dd590b
8
layout/reftests/svg/moz-only/pass-black.svg
Executable file
8
layout/reftests/svg/moz-only/pass-black.svg
Executable file
@ -0,0 +1,8 @@
|
||||
<!--
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/licenses/publicdomain/
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
|
||||
<title>Testcase reference file for black pass condition</title>
|
||||
<rect width="100%" height="100%" fill="black"/>
|
||||
</svg>
|
After Width: | Height: | Size: 296 B |
@ -4,6 +4,6 @@
|
||||
== xbl-grad-ref--grad-in-binding-01.svg pass.svg
|
||||
== xbl-grad-ref--grad-in-binding-02.svg pass.svg
|
||||
== xbl-grad-ref--grad-in-bound-01.svg pass.svg
|
||||
fails == xbl-grad-ref--grad-in-bound-02.svg pass.svg
|
||||
fails == xbl-grad-ref--grad-in-bound-02.svg pass-black.svg
|
||||
fails == xbl-grad-ref--grad-in-resources-01.svg pass.svg
|
||||
fails == xbl-grad-ref--grad-in-resources-02.svg pass.svg
|
||||
|
@ -14,6 +14,6 @@
|
||||
<stop stop-color="red"/>
|
||||
</linearGradient>
|
||||
|
||||
<rect width="100%" height="100%" fill="lime"/>
|
||||
<rect width="100%" height="100%" fill="red"/>
|
||||
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 625 B After Width: | Height: | Size: 624 B |
Loading…
Reference in New Issue
Block a user