blob: e0abd7bd52e101e3a81bc9d0a6b168d1083e1797 [file] [edit]
<!-- webkit-test-runner [ LayerBasedSVGEngineEnabled=true ] -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400">
<!-- Test: Mixed composited element types: rect, circle, and group.
All non-composited content between them must paint. -->
<rect x="10" y="10" width="50" height="50" fill="blue"/>
<rect style="will-change: transform" x="70" y="10" width="50" height="50" fill="green"/>
<circle cx="155" cy="35" r="25" fill="red"/>
<circle style="will-change: transform" cx="215" cy="35" r="25" fill="orange"/>
<rect x="250" y="10" width="50" height="50" fill="purple"/>
<g style="will-change: transform">
<rect x="310" y="10" width="50" height="50" fill="cyan"/>
</g>
<rect x="10" y="80" width="50" height="50" fill="magenta"/>
</svg>