summaryrefslogtreecommitdiffstats
path: root/gfx/tests/reftest/1524353.html
blob: 72a0f7d686bad23527ea2cbb4efb727d9ca037b2 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<div style="overflow:hidden; width: 300px; height: 200px; border: solid 1px black">
    <div style="width: 600px; transform: translateX(0px); will-change: transform">
        <svg style="height: 200px" width="600">
            <path d="M0 0 H 600 V 50 Z" fill="red"></path>
        </svg>
    </div>
</div>