haikuwebkit/LayoutTests/fast/text/vertical-mixed.html

12 lines
337 B
HTML

<!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>