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

Side by Side Diff: LayoutTests/fast/flexbox/line-clamp-removed-dynamically.html

Issue 10543041: Merge 119227 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 6 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/flexbox/line-clamp-removed-dynamically-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 <div id="target" style=" 1 <div id="target" style="
2 display: -webkit-box; 2 display: -webkit-box;
3 -webkit-box-orient: vertical; 3 -webkit-box-orient: vertical;
4 overflow: hidden; 4 overflow: hidden;
5 -webkit-line-clamp: 2; 5 -webkit-line-clamp: 2;
6 width: 100px; 6 width: 100px;
7 "> 7 ">
8 <div> 8 <div>
9 Unless this sentence is truncated after two lines, PASS. 9 Unless this sentence is truncated after two lines, PASS.
10 </div> 10 </div>
11 </div> 11 </div>
12 <script> 12 <script>
13 document.body.offsetTop; 13 document.body.offsetTop;
14 target.style.removeProperty("-webkit-line-clamp"); 14 target.style.removeProperty("-webkit-line-clamp");
15 </script> 15 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/flexbox/line-clamp-removed-dynamically-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698