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

Side by Side Diff: LayoutTests/fast/overflow/line-clamp-hides-trailing-anchor-expected.html

Issue 1065783002: Remove legacy markup box behavior when line-clamping. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rename new layout test to reflect intent. Created 5 years, 8 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 <body>
4 This test prevents regression of now-removed legacy line
5 clamping behavior where a trailing anchor tag in a
6 line-clamped inline box would always render and be available
7 for hit-testing in the ellipsified visible box. Test passes
8 if no anchor text is visible.
9 <br><br>
10 <div>
11 aaaaa&hellip;
12 </div>
13 </body>
14 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/overflow/line-clamp-hides-trailing-anchor.html ('k') | Source/core/layout/LayoutDeprecatedFlexibleBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698