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/conditions-02.svg
<?xml version="1.0"?>
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Test that paint servers inside a failing conditional attribute subtree work</title>
<g requiredExtensions="http://example.org/hypothetical">
<linearGradient id="g">
<stop stop-color="lime" offset="0"/>
<stop stop-color="lime" offset="1"/>
</linearGradient>
</g>
<rect width="100%" height="100%" fill="url(#g) red"/>
</svg>