haikuwebkit/LayoutTests/fast/text/emoji-overlap.html

11 lines
334 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<body>
This test makes sure that adjacent emoji don't overlap. The test passes if there is some (narrow) whitespace between the emoji below.
<div><span style="display: inline-block; transform-origin: top left; transform: scale(5);">😉😌😗</span></div>
</div>
</body>
</html>