Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Side by Side Diff: LayoutTests/fast/css/text-overflow-ellipsis-shadow-alpha.html

Issue 15001034: Improve shadow support in EllipsisBox. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: textColor rename per schenney Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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: transparent;
11 text-shadow: 0px 0px green;
12 }
13 </style>
14 </head>
15 <body>
16 <div class="testDiv">Blink</div>
17 </body>
18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698