blob: 4d23d31f980ec0d8d85f753466b50205d2cf44e4 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
This test makes sure that text-orientation: mixed works the same as text-orientation: vertical-right.
<div style="-webkit-text-orientation: upright;">
<div style="font-size: 100px; -webkit-writing-mode: vertical-rl; -webkit-text-orientation: mixed;">asdf&#x7f51;</div>
</div>
</body>
</html>