wm-propagation-body-044-ref.html (887B)
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 body 11 { 12 margin-bottom: 0; 13 } 14 img#orange-square 15 { 16 padding-right: 16px; 17 vertical-align: top; 18 } 19 div 20 { 21 margin-left: -8px; 22 writing-mode: vertical-rl; 23 } 24 </style> 25 26 27 <p><img id="orange-square" src="support/swatch-orange.png" width="100" height="100" alt="Image download support must be enabled"><img src="support/wm-propagation-body-003-exp-res.png" width="340" height="37" alt="Image download support must be enabled"> 28 29 <!-- 30 The image says: 31 Test passes if there is an orange square 32 in the <strong>upper-left corner</strong> of the page. 33 --> 34 35 <div>This text must be written vertically, below the orange square.</div>