Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / vertical-surrogate-pair.html
blob814992fff2ef5cdbd7b932c5abc12b667e12f8b8
1 <style>
2 div { font-family: 'hiragino mincho pro'; font-size: 48px; }
3 </style>
4 <p>
5 These two glyphs should look the same:
6 </p>
7 <div>&#x20b9f;</div>
8 <div style="-webkit-writing-mode: vertical-lr;">&#x20b9f;</div>