mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Reftest for Bug 437704. r=longsonr
This commit is contained in:
parent
d6f5a85336
commit
46914210ec
@ -14,8 +14,8 @@ include filters/reftest.list
|
||||
# Mozilla only tests (i.e. those containing XUL/XBL/etc.)
|
||||
include moz-only/reftest.list
|
||||
|
||||
== clipPath-basic-01.svg pass.svg
|
||||
== clipPath-and-shape-rendering-01.svg clipPath-and-shape-rendering-01-ref.svg
|
||||
== clipPath-basic-01.svg pass.svg
|
||||
== clip-surface-clone-01.svg clip-surface-clone-01-ref.svg
|
||||
== conditions-01.svg pass.svg
|
||||
== currentColor-01.svg pass.svg
|
||||
@ -115,4 +115,5 @@ random-if(MOZ_WIDGET_TOOLKIT=="gtk2") == text-font-weight-01.svg text-font-weigh
|
||||
== text-style-01c.svg text-style-01-ref.svg
|
||||
== text-style-01d.svg text-style-01-ref.svg
|
||||
== text-style-01e.svg text-style-01-ref.svg
|
||||
== thin-stroke-01.svg pass.svg
|
||||
== viewport-percent-graphic-user-01.svg pass.svg
|
||||
|
10
layout/reftests/svg/thin-stroke-01.svg
Normal file
10
layout/reftests/svg/thin-stroke-01.svg
Normal file
@ -0,0 +1,10 @@
|
||||
<!--
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/licenses/publicdomain/
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Test for a thin stroke-width render</title>
|
||||
|
||||
<rect width="100%" height="100%" fill="lime" stroke="black" stroke-width="0.0001"/>
|
||||
</svg>
|
After Width: | Height: | Size: 369 B |
Loading…
Reference in New Issue
Block a user