| Index: LayoutTests/fast/text/missing-glyph-in-combining-character-sequence.html
|
| diff --git a/LayoutTests/fast/text/missing-glyph-in-combining-character-sequence.html b/LayoutTests/fast/text/missing-glyph-in-combining-character-sequence.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..26d5e8a993d2c611533b352928897d679c7b789b
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/text/missing-glyph-in-combining-character-sequence.html
|
| @@ -0,0 +1,12 @@
|
| +<style>
|
| +@font-face {
|
| + font-family: myfont;
|
| + src: url(../../resources/Ahem.ttf);
|
| +}
|
| +.test {
|
| + margin: 20px;
|
| + font-family: myfont;
|
| +}
|
| +</style>
|
| +You should not see an empty rectangle above the black square.
|
| +<div class="test">ỏ</div>
|
|
|