Reftests for currentColor - Bug 414550

This commit is contained in:
longsonr@gmail.com 2008-02-09 04:51:46 -08:00
parent 56cb71a782
commit d187085071
4 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/licenses/publicdomain/
-->
<svg xmlns="http://www.w3.org/2000/svg" >
<title>Testcase for currentColor</title>
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=414550 -->
<g style="color:lime">
<rect x="0%" y="0%" width="100%" height="100%" fill="currentColor"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 380 B

View File

@ -0,0 +1,14 @@
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/licenses/publicdomain/
-->
<svg xmlns="http://www.w3.org/2000/svg" >
<title>Testcase for currentColor</title>
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=414550 -->
<g style="color:lime">
<rect x="0%" y="0%" width="100%" height="100%" style="fill:currentColor"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 386 B

View File

@ -0,0 +1,16 @@
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/licenses/publicdomain/
-->
<svg xmlns="http://www.w3.org/2000/svg" >
<title>Testcase for currentColor</title>
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=414550 -->
<style type="text/css"> rect { fill: currentColor; } </style>
<g style="color:lime">
<rect x="0%" y="0%" width="100%" height="100%"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 424 B

View File

@ -9,6 +9,9 @@ include sizing/reftest.list
include moz-only/reftest.list
== clipPath-basic-01.svg pass.svg
== currentColor-01.svg pass.svg
== currentColor-02.svg pass.svg
== currentColor-03.svg pass.svg
== fallback-color-01a.svg pass.svg
== fallback-color-01b.svg pass.svg
== fallback-color-02a.svg fallback-color-02-ref.svg