Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
css3
/
blending
/
svg-isolation-simple-expected.html
blob: 9897c93da8915b39e52120dd6df109bf96398fb9 [
file
] [
log
] [
blame
]
<!DOCTYPE HTML>
<svg
xmlns
=
"http://www.w3.org/2000/svg"
width
=
"400px"
height
=
"400px"
style
=
"
background
:
green
"
>
<g>
<rect
x
=
"100"
y
=
"100"
width
=
"200"
height
=
"200"
style
=
"
fill
:
blue
;
"
/>
</g>
</svg>