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

Side by Side Diff: LayoutTests/fast/overflow/line-clamp-and-columns-expected.html

Issue 10915102: Merge 125635 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 years, 3 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <body style="width: 51px"> 2 <body style="width: 51px">
3 <div id=flexbox style="-webkit-box-orient: vertical; -webkit-line-clamp: 1; disp lay: -webkit-box; background-color: salmon; overflow:hidden"> 3 <div id=flexbox style="-webkit-box-orient: vertical; -webkit-line-clamp: 1; disp lay: -webkit-box; background-color: salmon; overflow:hidden">
4 <span>AAA </span><a href=#>X</a> 4 <span>AAA </span><a href=#>X</a>
5 </div> 5 </div>
6 </body> 6 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/overflow/line-clamp-and-columns.html ('k') | Source/WebCore/rendering/EllipsisBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698