wm-propagation-body-047-ref.html (856B)
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: sideways-lr;div 13 } 14 15 img 16 { 17 vertical-align: bottom; 18 } 19 20 div 21 { 22 margin-left: 1em; 23 margin-bottom: -8px; 24 } 25 </style> 26 27 <img src="support/swatch-teal.png" width="100" height="100" alt="Image download support must be enabled"> 28 <p><img src="support/wm-propagation-body-035-exp-res.png" width="322" height="38" alt="Image download support must be enabled"></p> 29 30 <!-- 31 The image says: 32 Test passes if there is a teal square in 33 the <strong>lower-left corner</strong> of the page. 34 --> 35 36 <div>This text must be written sideways: vertically, with letters rotated 90 degrees.</div>