chromium/third_party/blink/web_tests/svg/text/columns-do-not-apply.html

<!-- This is deliberately left in quirks mode to trigger the bug. -->
<style>
body {
    -webkit-columns:4;
    margin: 0px;
    padding: 0px;
}
</style>
<body>
    <svg width="600px" height="50px">
        <text y="15">crbug.com/399603: svg text does not attempt to apply pagination from ancestors to itself.</text>
    </svg>
</body>