1 <svg xmlns=
"http://www.w3.org/2000/svg">
2 <foreignObject width=
"300" height=
"100">
3 <html xmlns=
"http://www.w3.org/1999/xhtml">
4 <p>Test from HTML in foreignObject
</p>
5 <svg xmlns=
"http://www.w3.org/2000/svg">
6 <rect width=
"20" height=
"20" fill=
"green"/>
7 <text y=
"50">Test from SVG in HTML in foreignObject
</text>