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

10 lines
290 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="font-size: 100px; -webkit-writing-mode: vertical-rl; -webkit-text-orientation: vertical-right;">asdf&#x7f51;</div>
</body>
</html>