Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / absolute-sized-svg-in-xhtml.xhtml
blob483a2a1177dddbdb339291148164c671c87df126
1 <html>
2 <body>
3 <h1>Test 123</h1>
5 <svg width="100" height="100" xmlns="http://www.w3.org/2000/svg">
6 <text>You should see an error above</text>
7 <rect width="100" height="100" fill="green" />
8 </svg>
10 <h1>Test ABC</h1>
11 </body>
12 </html>