chromium/third_party/blink/web_tests/svg/animations/animateTransform-translate-expected.svg

<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg">
<rect x="50" y="50" width="100" height="100" fill="green" transform="translate(50,50)"/>
<rect x="50" y="200" width="100" height="100" fill="green" transform="translate(50,50)"/> <!-- Identical to "translate(25) translate(25)" -->
<rect x="50" y="350" width="100" height="100" fill="green" transform="translate(50,50)"/>

<rect x="200" y="50" width="100" height="100" fill="green" transform="translate(50,50)"/>
<rect x="200" y="200" width="100" height="100" fill="green" transform="translate(50,50)"/>
<rect x="200" y="350" width="100" height="100" fill="green" transform="translate(50,50)"/> <!-- Identical to "translate(25) translate(25)" -->
</svg>