| Index: LayoutTests/svg/filters/feDiffuseLighting-linearrgb-lighting-color-expected.svg
|
| diff --git a/LayoutTests/svg/filters/feDiffuseLighting-linearrgb-lighting-color-expected.svg b/LayoutTests/svg/filters/feDiffuseLighting-linearrgb-lighting-color-expected.svg
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a13d18e5a18f8c47fd26ad41086bc8128243d6c2
|
| --- /dev/null
|
| +++ b/LayoutTests/svg/filters/feDiffuseLighting-linearrgb-lighting-color-expected.svg
|
| @@ -0,0 +1,14 @@
|
| +<svg xmlns="http://www.w3.org/2000/svg">
|
| + <filter id="dl-srgb" x="0" y="0" width="100" height="50"
|
| + filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
| + <feFlood flood-color="#008000"/>
|
| + <feColorMatrix type="identity"/>
|
| + </filter>
|
| + <filter id="dl-linearrgb" x="0" y="0" width="100" height="50"
|
| + filterUnits="userSpaceOnUse" color-interpolation-filters="linearRGB">
|
| + <feFlood flood-color="#008000"/>
|
| + <feColorMatrix type="identity"/>
|
| + </filter>
|
| + <rect width="100" height="50" filter="url(#dl-srgb)"/>
|
| + <rect transform="translate(0 50)" width="100" height="50" filter="url(#dl-linearrgb)"/>
|
| +</svg>
|
|
|