Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / text-overflow-ellipsis-multiple-shadows-expected.html
blob8bd5b0a838e4664d1466fab3ef0f5f83c4cc866c
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;
14 </style>
15 </head>
16 <body>
17 <div class="testDiv" style="top: 16px; color: blue">Blink</div>
18 <div class="testDiv" style="top: 8px; color: green">Blink</div>
19 <div class="testDiv">Blink</div>
20 </body>
21 </html>