gecko-dev/layout/reftests/text-shadow/overflow-clip.html
Alexis Beingessner 912939d028 Bug 1449976 - Add regression test for fast-shadow clipping. r=jrmuizel
--HG--
extra : amend_source : c72fa00d3895d87d6802488673e4ceee023e7ca6
2018-04-03 13:01:00 -04:00

19 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>