Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / foreignObject / svg-document-in-html-document.svg
blob3549a595d38bf3c21496e0834f76e93fb2dc1251
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>
8 </svg>
9 </html>
10 </foreignObject>
11 </svg>