Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / ellipsis-stroked.html
blobb0fdc3582b985573b2fb667e9d8e2f6e4b38bb2f
1 <!DOCTYPE html>
2 <script src="../../resources/ahem.js"></script>
4 <style>
5 div {
6 font-family: Ahem;
7 color: green;
8 -webkit-text-stroke: 1px blue;
9 height: 1.5em;
10 width: 10.5em;
11 overflow: hidden;
12 white-space: nowrap;
13 text-overflow: ellipsis;
15 </style>
17 <div>This text should be ellipsized and the ellipsis should visible when printed.</div>