[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / text / combining-character-sequence-fallback-crash.html
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.layoutTestController)
10         layoutTestController.dumpAsText();
11 </script>
12 <div style="font-family: verdana, a-font-you-do-not-have;">
13     i&#x0302; and i&#x033f;
14 </div>