Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / text-overflow-ellipsis-multiple-shadows.html
blob764b755f24cef05fa1096df96fd47f78ddcbd2f8
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 .testDiv {
6 position: absolute;
7 left: 0;
8 top: 0;
9 overflow: hidden;
10 text-overflow: ellipsis;
11 font-size: 72px;
12 width: 2em;
13 text-shadow: 0px 8px green, 0px 16px blue;
15 </style>
16 </head>
17 <body>
18 <div class="testDiv">Blink</div>
19 </body>
20 </html>