<!DOCTYPE html> | |
<html> | |
<head> | |
</head> | |
<body style="-webkit-font-smoothing: none;"> | |
<div style="position: absolute; top: 100px;">This test makes sure that upright vertical text is rendered the same as horizontal text.</div> | |
<div style="font: 96px Times; -webkit-writing-mode: vertical-rl; -webkit-text-orientation: upright;">𠀋</div> | |
</body> | |
</html> |