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/writing-mode-initial.html - WPT Dashboard Interop Dashboard
 
 
<!DOCTYPE html>
<link rel="match" href="writing-mode-initial-ref.html">
<div style="writing-mode:vertical-rl">
  <div style="writing-mode:initial">
    horizontal
  </div>
</div>