chromium/third_party/blink/web_tests/svg/animations/animate-linear-discrete-additive-c-expected.svg

<?xml version="1.0" encoding="UTF-8"?>
<svg viewBox="0 0 300 200" xmlns="http://www.w3.org/2000/svg">
<g transform="translate(50,20)">
    <text x="1" y="0">
        ABC
    </text>
    <text x="2,3,4,5" y="30">
        DEF
    </text>
    <text x="10" y="60">
        GHI
    </text>
    <text x="10 10" y="90">
        JKL
    </text>
</g>
</svg>