Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / g-outside-svg.html
blob8499783a60b249ae0f3724aeaca7a8fa19838e15
1 <script>
2 if (window.testRunner)
3 testRunner.dumpAsText();
4 </script>
5 The SVG in the below frame should not render or crash.</br>
6 <iframe src='data:application/xhtml+xml,
7 &lt;svg:g xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;&gt;
8 &lt;text&gt;
9 FAIL
10 &lt;/text&gt;
11 &lt;/svg:g&gt;'
12 ></iframe>