haikuwebkit/LayoutTests/fast/text/unknown-char-notdef.html

10 lines
244 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body>
This test makes sure that code points which have no fonts to render them are drawn visibly. The test passes if you see something below.
<div style="font-size: 100px;">&#x2B616;</div>
</body>
</html>