Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / use-invalid-pattern.svg
bloba78e9511f6f89ae2493c4489f5cab1c28f1305a7
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
5 </script>
6 <text y="20">This should not crash, but display an error document.</text>
7 <g id="crash">
8 <pattern xlink:href="#crash"></pattern>
9 </g>
10 <use xlink:href="#crash">
11 </svg>