chromium/third_party/blink/web_tests/paint/invalidation/svg/modify-transferred-listitem-expected.html

<!DOCTYPE html>
<svg width="100" height="100">
  <polygon id="ref" points="20,10 10,30 30,30 40,10" fill="red"></polygon>
  <polygon id="target" points="20,10 10,30 30,30 40,10" fill="green"></polygon>
  <polygon id="source" fill="blue"></polygon>
</svg>