haikuwebkit/LayoutTests/fast/text/combining-mark-paint.html

11 lines
411 B
HTML

<!DOCTYPE html>
<html>
<head></head>
<body>
This test makes sure that combining marks are drawn. It does so by drawing a combining mark into a context which has been clipped so that the entire box is filled with the combining mark.
<div style="width: 750px; height: 60px; overflow: hidden;">
<div style="position: relative; left: 0px; top: -260px; font-size: 1000px;">&nbsp;&#x035e;<div>
</div>
</body>
</html>