Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / animations / animate-stroke-crash.html
blobb8ab6aeb962e778c7a50a5a7a60952d180afa9a5
1 <!DOCTYPE HTML>
2 <html>
3 <body>
4 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300" height="300">
5 <script>
6 if (window.testRunner)
7 testRunner.dumpAsText();
8 </script>
9 <text stroke="green">PASS
10 <a xlink:href="#foo">
11 <animate attributename="stroke"/>
12 </a>
13 </text>
14 </svg>
15 </body>
16 </html>