Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / overflow / line-clamp-hides-trailing-anchor-expected.html
blob9f141e2c83cf74ba3d3e36122eea95ec567d259a
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>