chromium/third_party/blink/web_tests/paint/invalidation/svg/shape-transform-change-expected.html

<!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>