blob: 3907898919be23254a85054d2c43eaabceb9f86a [file] [log] [blame]
<!DOCTYPE html>
<svg width="100" height="100" fill="red">
<linearGradient id="working">
<stop stop-color="green"/>
</linearGradient>
<rect width="100" height="100" fill="green"/>
<rect width="100" height="100" fill="url(#broken) none" stroke="url(#working)" stroke-width="0"/>
</svg>