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-03.svg
<?xml version="1.0"?>
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Test that 'use'ing elements inside a failing conditional attribute subtree works</title>
<g requiredExtensions="http://example.org/hypothetical">
<rect id="r" width="100%" height="100%" fill="lime"/>
</g>
<rect width="100%" height="100%" fill="red"/>
<use xlink:href="#r"/>
</svg>