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

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

Issue 26588002: Remove support for -webkit-line-clamp Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Base files missing... Created 7 years, 2 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 | Annotate | Revision Log
OLDNEW
(Empty)
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">
3 <span>AAA </span><a href=#>X</a>
4 </div>
5 <script>
6 document.body.offsetTop;
7 // If the page doesn't crash under AddressSanitizer, then the test passes.
8 if (window.testRunner)
9 testRunner.dumpAsText();
10 </script>
11 <style>
12 body {
13 -webkit-column-width: 50px;
14 -webkit-column-count: 12;
15 }
16 </style>
OLDNEW
« no previous file with comments | « LayoutTests/fast/overflow/line-clamp.html ('k') | LayoutTests/fast/overflow/line-clamp-and-columns-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698