text-orientation-initial.html (346B)
1 <!DOCTYPE html> 2 <link rel=help href="https://drafts.csswg.org/css-writing-modes-4/#text-orientation"> 3 <link rel=help href="https://crbug.com/1081659"> 4 <link rel="match" href="text-orientation-initial-ref.html"> 5 <div style="writing-mode:vertical-rl;text-orientation:upright"> 6 <div style="text-orientation:initial"> 7 vertical 8 </div> 9 </div>