Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / text-overflow-ellipsis-vertical-expected.html
blob197a43c36cced250953d8a90428ce775f5f47c14
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 .testDiv {
6 font-size: 72px;
7 -webkit-writing-mode: vertical-rl;
9 </style>
10 </head>
11 <body>
12 <!-- This expectation depends on the ellipsis is U+2026. -->
13 <div class="testDiv"><span style="font-family: Ahem">B</span>&#x2026;</div>
14 </body>
15 </html>