chromium/third_party/blink/web_tests/paint/invalidation/svg/relative-sized-document-scrollbars.svg

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd">
<!-- This should show scrollbars because the relative-sized content should zoom. -->
<!-- This is a quirk of relative-sized SVG so zooming works. See: https://crbug.com/222786 -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" onload="runRepaintAndPixelTest()">
    <rect x="1%" y="1%" width="98%" height="98%" fill="none" stroke="#000000"/>

    <defs>
        <script>var zoomCount = 3;</script>
        <script xlink:href="../resources/text-based-repaint.js"/>
        <script xlink:href="../../../svg/zoom/resources/testPageZoom.js"/>
    </defs>
</svg>