Reftest for Bug 437704. r=longsonr

This commit is contained in:
Aaron Train 2009-05-17 15:18:02 +01:00
parent d6f5a85336
commit 46914210ec
2 changed files with 12 additions and 1 deletions

View File

@ -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

View 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