mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
10 lines
346 B
HTML
10 lines
346 B
HTML
<!DOCTYPE html>
|
|
<link rel=help href="https://drafts.csswg.org/css-writing-modes-4/#text-orientation">
|
|
<link rel=help href="https://crbug.com/1081659">
|
|
<link rel="match" href="text-orientation-initial-ref.html">
|
|
<div style="writing-mode:vertical-rl;text-orientation:upright">
|
|
<div style="text-orientation:initial">
|
|
vertical
|
|
</div>
|
|
</div>
|
|
|