Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / animations / animate-textlength-unitmode.html
blobc2144e87a5f8de2f4445f5da36996a1e200c32b9
1 <!DOCTYPE html>
2 <svg>
3 <text>
4 <set attributeName="textLength" to="50%">
5 </text>
6 </svg>
7 <p>Pass if Blink does not crash in debug.</p>
8 <script>
9 if (window.testRunner)
10 testRunner.dumpAsText();
11 </script>