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

Side by Side Diff: LayoutTests/fast/css/text-overflow-ellipsis-shadow-alpha-expected.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: green;
11 }
12 </style>
13 </head>
14 <body>
15 <div class="testDiv">Blink</div>
16 </body>
17 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/text-overflow-ellipsis-shadow-alpha.html ('k') | Source/core/rendering/EllipsisBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698