Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / ellipsis-stroked-expected.html
blob86888d5891be942b48f21ff1bf98a662b4d524d3
1 <!DOCTYPE html>
3 <style>
4 div {
5 font-family: Ahem;
6 color: green;
7 -webkit-text-stroke: 1px blue;
8 height: 1.5em;
9 width: 10.5em;
10 overflow: hidden;
11 white-space: nowrap;
13 </style>
15 <!-- a span surrounding the ellipsis is needed so the stroke draws separately -->
16 <!--
17 <div>This text<span>&hellip;</span></div>
18 -->
19 <div>This text<span>&#x002e;&#x002e;&#x002e;</span></div>