blob: 72b322e3ae7f8359dcd494528d6e85e9c1631812 [file] [log] [blame]
<!DOCTYPE html>
<svg width="200" height="200">
<rect width="200" height="200" fill="red"/>
<rect width="100" height="100" fill="green" transform="scale(2)"/>
</svg>
<p>Test if applying a transform to a &lt;rect> properly repaints the &lt;rect>.</p>
<p>Pass if there's a green 200x200 (px) rectangle below, and no red visible.</p>