Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / font-size-null-assertion.svg
blob05b4fc04cd490332d84ea9ed035ee2e6f482037d
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
5 </script>
6 <!-- Passes if test case doesn't cause an assertion. -->
7 <text font-size="0">Pas<tspan>s</tspan></text>
8 </svg>