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