Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/svg/reftest.list
<?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>
<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>