Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-writing-modes/text-orientation-initial.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<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>