Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / combining-character-sequence-fallback-crash.html
blob2867fe7eafa4f1cca0af81b832635f1f6444fada
1 <p>
2 Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=68737">https://bugs.webkit.org/show_bug.cgi?id=68737</a>
3 REGRESSION (r95391): Crash in -[WebCascadeList objectAtIndex:] when a font-family list contains missing fonts</i>.
4 </p>
5 <p>
6 The test passes if it does not cause a crash.
7 </p>
8 <script>
9 if (window.testRunner)
10 testRunner.dumpAsText();
11 </script>
12 <div style="font-family: verdana, a-font-you-do-not-have;">
13 i&#x0302; and i&#x033f;
14 </div>