Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/reftests/svg/filter-extref-differentOrigin-01.svg
<!--
Any copyright is dedicated to the Public Domain.
-->
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
<!-- In case we actually _can_ access the external resource (e.g. on Android
where reftests are served as http:// instead of file://), we include
this <use> element to be sure the resource loads before onload so that
we'll fail reliably. -->
<use xlink:href="../filters.svg#empty" />
<!-- giant lime rect, to match pass.svg -->
<rect height="100%" width="100%" fill="lime" />
<!-- The filter shouldn't resolve, so this should be transparent: -->
<rect height="100%" width="100%" fill="red"
filter="url(../filters.svg#NonWhiteToBlack)"/>
</svg>