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

Side by Side Diff: LayoutTests/fast/overflow/line-clamp-and-columns.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
« no previous file with comments | « no previous file | LayoutTests/fast/overflow/line-clamp-and-columns-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <div id=flexbox style="-webkit-box-orient: vertical; -webkit-line-clamp: 1; disp lay: -webkit-box; background-color: salmon; overflow:hidden"> 2 <div id=flexbox style="-webkit-box-orient: vertical; -webkit-line-clamp: 1; disp lay: -webkit-box; background-color: salmon; overflow:hidden">
3 <span>AAA </span><a href=#>X</a> 3 <span>AAA </span><a href=#>X</a>
4 </div> 4 </div>
5 <script> 5 <script>
6 document.body.offsetTop; 6 document.body.offsetTop;
7 </script> 7 </script>
8 <style> 8 <style>
9 body { 9 body {
10 -webkit-column-width: 50px; 10 -webkit-column-width: 50px;
11 -webkit-column-count: 12; 11 -webkit-column-count: 12;
12 } 12 }
13 </style> 13 </style>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/overflow/line-clamp-and-columns-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698