зеркало из https://github.com/mozilla/gecko-dev.git
Reftests for invalid filters - Bug 407463
This commit is contained in:
Родитель
c56394efba
Коммит
d242f98c36
|
@ -0,0 +1,13 @@
|
|||
<!--
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/licenses/publicdomain/
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" >
|
||||
|
||||
<title>Testcase for invalid filter</title>
|
||||
|
||||
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=407463 -->
|
||||
|
||||
<rect x="0%" y="0%" width="100%" height="100%" fill="lime"/>
|
||||
<rect x="0%" y="0%" width="100%" height="100%" fill="red" filter="url(#null)"/>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 426 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 -->
|
||||
|
||||
<defs>
|
||||
<filter id="null"/>
|
||||
</defs>
|
||||
<rect x="0%" y="0%" width="100%" height="100%" fill="lime"/>
|
||||
<rect x="0%" y="0%" width="100%" height="100%" fill="red" filter="url(#null)"/>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 463 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 -->
|
||||
|
||||
<defs>
|
||||
<filter id="nullreg" filterUnits="objectBoundingBox" x="0%" y="0%" width="100%" height="100%"/>
|
||||
</defs>
|
||||
<rect x="0%" y="0%" width="100%" height="100%" fill="lime"/>
|
||||
<rect x="0%" y="0%" width="100%" height="100%" fill="red" filter="url(#nullreg)"/>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 542 B |
|
@ -17,6 +17,9 @@ include moz-only/reftest.list
|
|||
== fallback-color-02a.svg fallback-color-02-ref.svg
|
||||
== fallback-color-02b.svg fallback-color-02-ref.svg
|
||||
== fallback-color-03.svg pass.svg
|
||||
== filter-basic-01.svg pass.svg
|
||||
== filter-basic-02.svg pass.svg
|
||||
== filter-basic-03.svg pass.svg
|
||||
== foreignObject-01.svg pass.svg
|
||||
== foreignObject-ancestor-style-change-01.svg foreignObject-ancestor-style-change-01-ref.svg
|
||||
== foreignObject-change-transform-01.svg pass.svg
|
||||
|
|
Загрузка…
Ссылка в новой задаче