Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / animations / animated-path-via-use-debug-crash.svg
blobbbd167ef85a709450c8dee66d9d27882ef125c42
1 <svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg">
2 <path id="test" d="M 10 10">
3 <animate attributeName="d"></animate>
4 </path>
6 <use xlink:href="#test"></use>
7 <text x="10" y="20">This test passes if it does not crash. See bug https://bugs.webkit.org/show_bug.cgi?id=106428</text>
9 <script>
10 if (window.testRunner)
11 testRunner.dumpAsText();
12 </script>
13 </svg>