blob: 8afcd11568db20aeb0fef57a5fd7b8fad6016fbc [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
This test makes sure that U+25CF BLACK CIRCLE is rendered as an actual dot. The test passes if you see a black square below.
<div style="position: relative; width: 50px; height: 50px; overflow: hidden;">
<div style="font-family: 'Courier'; transform-origin: left top; transform: scale(20); position: absolute; left: -60px; top: -150px;">&#x25CF;</div>
</div>
</body>
</html>