Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / xmlviewer / dumpAsText / svg.xml
blob3b6b6ce50e33f524f4b6f735ee20450ba01e141d
1 <!-- If you can see this, this test has failed, except if you are
2      not using an SVG-aware client. -->
3 <root>
4     <header>This tests that xml viewer is not used when there is a tag in SVG namespace.</header>
5     <FAIL/>
6     <svg:svg xmlns:svg="http://www.w3.org/2000/svg" x="20" y="20" font-size="20">
7         <svg:text y="20" font-size="20">SUCCESS</svg:text>
8     </svg:svg>
9 </root>