Backed out 6 changesets (bug 1921980) for causing wrench bustages. CLOSED TREE
[gecko.git] / layout / reftests / svg / filter-foreignObject-01.svg
blob0fc9708ee5e39f384323712004c96d62d09565a6
1 <!--
2 Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/publicdomain/zero/1.0/
4 -->
5 <svg xmlns="http://www.w3.org/2000/svg" version="1.1"
6 xmlns:html="http://www.w3.org/1999/xhtml"
7 xmlns:xlink="http://www.w3.org/1999/xlink">
8 <title>Testing that foreignobject works in filters</title>
9 <foreignObject width="100%" height="100%" filter="url(#f1)">
10 <html:div style="width:100%; height:100%; background:lime;">
11 </html:div>
12 </foreignObject>
13 <filter id="f1" x="0" y="0" width="100%" height="100%">
14 <feOffset/>
15 </filter>
16 </svg>