blob: 4d5bd176c129d40467e5643423aa80b0c3e19104 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "WebFont";
src: url("resources/Ahem-multi-code-unit.ttf") format("truetype");
}
</style>
</head>
<body style="-webkit-font-smoothing: none;">
<div style="position: absolute; top: 120px;">This test makes sure that upright vertical text is rendered the same as horizontal text. The test passes if you see a vertical line above.</div>
<div style="font: 100px 'WebFont'; -webkit-writing-mode: vertical-rl; -webkit-text-orientation: upright;">&#x2000c;</div>
</body>
</html>