Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / text-style-recalc-crash.html
blobc4b4f44e861b87cdbd3768d5594b83f26a477550
1 <!DOCTYPE html>
2 <html>
3 Test passes if it does not crash.
4 <svg viewBox="0 0 1 1">
5 <font-face font-family="A">
6 <font-face-src>
7 <font-face-uri xlink:href="A"/>
8 </font-face-src>
9 </font-face>
10 <g font-family="A">
11 <text>PASS</text>
12 <script>
13 if (window.testRunner)
14 testRunner.dumpAsText();
16 document.execCommand("SelectAll");
17 </script>
18 <g>
19 <text></text>
20 </g>
21 </g>
22 </svg>
23 </html>