1
0
Fork 0
firefox/layout/reftests/text-shadow/overflow-clip.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

18 lines
316 B
HTML

<!DOCTYPE html>
<!--
checks that unblurred text-shadows are
actually clipped by text-overflow: clip
-->
<html>
<head></head>
<body>
<div style="
width: 3em;
text-overflow: clip;
overflow: hidden;
text-shadow: 3em 0px black;
white-space: nowrap;
color: red;">MMMMMM
</div>
</body>
</html>