<!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网</div> | |
</div> | |
</body> | |
</html> |