blob: b067b98d894ea919b484c98f2f07c37dd28ed431 [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 horizontal line above.</div>
<div style="font: 100px 'WebFont'; -webkit-writing-mode: vertical-rl; -webkit-text-orientation: upright;">&#x2000b;</div>
</body>
</html>