Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / missing-glyph-in-combining-character-sequence.html
blob26d5e8a993d2c611533b352928897d679c7b789b
1 <style>
2 @font-face {
3 font-family: myfont;
4 src: url(../../resources/Ahem.ttf);
6 .test {
7 margin: 20px;
8 font-family: myfont;
10 </style>
11 You should not see an empty rectangle above the black square.
12 <div class="test">o&#x309;</div>