wm-propagation-body-054-ref.html (770B)
1 <!DOCTYPE html> 2 3 <meta charset="UTF-8"> 4 5 <title>CSS Reftest Reference</title> 6 7 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> 8 9 <style> 10 html 11 { 12 writing-mode: vertical-lr; 13 } 14 15 div 16 { 17 text-orientation: upright; 18 } 19 </style> 20 21 22 <img id="orange" src="support/swatch-orange.png" width="100" height="100" alt="Image download support must be enabled"> 23 24 <p><img src="support/wm-propagation-body-003-exp-res.png" width="340" height="37" alt="Image download support must be enabled"> 25 26 <!-- 27 The image says: 28 Test passes if there is an orange square 29 in the <strong>upper-left corner</strong> of the page. 30 --> 31 32 <div>This text must be vertical, with letters upright.</div>