Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / text-overflow-ellipsis-shadow-alpha-expected.html
blob9ee970bdebadaa0a3a403cf5e996bbc4cc768eba
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 .testDiv {
6 overflow: hidden;
7 text-overflow: ellipsis;
8 font-size: 72px;
9 width: 2em;
10 color: green;
12 </style>
13 </head>
14 <body>
15 <div class="testDiv">Blink</div>
16 </body>
17 </html>