| Index: LayoutTests/fast/overflow/line-clamp-hides-trailing-anchor-expected.html
|
| diff --git a/LayoutTests/fast/overflow/line-clamp-hides-trailing-anchor-expected.html b/LayoutTests/fast/overflow/line-clamp-hides-trailing-anchor-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9f141e2c83cf74ba3d3e36122eea95ec567d259a
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/overflow/line-clamp-hides-trailing-anchor-expected.html
|
| @@ -0,0 +1,14 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <body>
|
| + This test prevents regression of now-removed legacy line
|
| + clamping behavior where a trailing anchor tag in a
|
| + line-clamped inline box would always render and be available
|
| + for hit-testing in the ellipsified visible box. Test passes
|
| + if no anchor text is visible.
|
| + <br><br>
|
| + <div>
|
| + aaaaa…
|
| + </div>
|
| + </body>
|
| +</html>
|
|
|