Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / use-invalid-style.svg
blob220127a0babd5267159f1abf104039eb3f168662
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 <style id="crash"></style>
8 <use xlink:href="#crash" />
9 <junk>
10 </svg>