2 <!-- 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). -->
5 <svg xmlns=
"http://www.w3.org/2000/svg" version=
"1.1" width=
"400px" height=
"400px" style=
"background: green">
6 <g style=
"isolation: isolate">
7 <rect x=
"100" y=
"100" width=
"200" height=
"200" style=
"fill: blue; mix-blend-mode: multiply"/>