wm-propagation-body-035-ref.html (768B)
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 div 11 { 12 bottom: 8px; 13 left: auto; 14 position: absolute; 15 } 16 17 img 18 { 19 vertical-align: bottom; 20 } 21 22 img + img 23 { 24 padding-left: 1em; 25 } 26 </style> 27 28 <div><img src="support/swatch-teal.png" width="100" height="100" alt="Image download support must be enabled"><img src="support/wm-propagation-body-035-exp-res.png" width="322" height="38" alt="Image download support must be enabled"></div> 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 -->