зеркало из https://github.com/mozilla/pjs.git
Reftests for currentColor - Bug 414550
This commit is contained in:
Родитель
5b2231505c
Коммит
c0171b2d18
|
@ -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>
|
После Ширина: | Высота: | Размер: 380 B |
|
@ -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>
|
После Ширина: | Высота: | Размер: 386 B |
|
@ -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>
|
После Ширина: | Высота: | Размер: 424 B |
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче