blob: 5e1693e0edcb4226d5b3421ff41e2fb1dc356ec7 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
This test makes sure that text-orientation: sideways is treated the same as text-orientation: sideways-right.
<div id="placeholder"></div>
<div style="text-orientation: upright;">
<div id="t" style="-webkit-writing-mode: vertical-rl; -webkit-text-orientation: upright; text-orientation: sideways;">苹果公司 abcd</div>
</div>
</body>
</html>