chromium/third_party/blink/web_tests/paint/invalidation/svg/resize-shape-subpixel-expected.html

<!DOCTYPE html>
Tests subpixel resize of SVG shape. Passes if the resized green rect fully covers the red rect.
<div style="position: absolute; top: 100px; left: 0; transform-origin: 0 0; transform: scale(20)">
  <svg width="10" height="10">
    <rect fill="green" width="8.8" height="8"/>
  </svg>
</div>