1 <svg xmlns=
"http://www.w3.org/2000/svg" width=
"400" height=
"400">
2 <!-- After webkit.org/b/107394 lands, this expected result will need to be updated to: -->
3 <!-- <rect width="100" height="100" fill="green"/> -->
4 <rect width=
"100" height=
"100" fill=
"red"/>
5 <rect width=
"50" height=
"50" fill=
"green"/>
6 <text x=
"0" y=
"120">This test passes if a green square is visible, and no red.
</text>