blob: 7fc2f78ce2a1ffdc702f58432e793b467a7fbb37 [file] [log] [blame]
<!DOCTYPE html>
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=7650-7950" />
<base href="http://www.example.com/">
<svg>
<linearGradient id="paint">
<stop stop-color="green"/>
</linearGradient>
<linearGradient id="inheritedPaint" href="#paint"/>
<rect width="100" height="100" fill="url(#paint) red"/>
<rect x="100" width="100" height="100" fill="url(#inheritedPaint) red"/>
</svg>