blob: a9cde8ad05daa1a4730fbbfc55f66e8cde8f112d [file] [log] [blame]
<!DOCTYPE HTML>
<!-- Test isolation with two simple elements. The test passes if the small square is drawn with blue (no blending is performed since the element is isolated). -->
<svg xmlns="http://www.w3.org/2000/svg" width="400px" height="400px" style="background: green">
<g style="isolation: isolate">
<rect x="100" y="100" width="200" height="200" style="fill: blue; mix-blend-mode: multiply"/>
</g>
</svg>