text-orientation-021-ref.html (410B)
1 <!DOCTYPE html> 2 <html lang=en> 3 <meta charset="utf-8"> 4 <title>CSS test reference</title> 5 <style> 6 body > div { 7 border: solid 1px black; 8 padding: 10px; 9 margin: 10px; 10 float: left; 11 } 12 </style> 13 14 <p>Test passes if the two boxes below are identical. 15 16 <div style="writing-mode: vertical-rl; text-orientation: upright"> 17 AB 18 </div> 19 20 <div style="writing-mode: vertical-rl; text-orientation: upright"> 21 AB 22 </div>