wm-propagation-body-033-ref.html (688B)
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 img 11 { 12 vertical-align: top; 13 } 14 15 img + img 16 { 17 padding-left: 1em; 18 } 19 </style> 20 21 <div><img 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"></div> 22 23 <!-- 24 The image says: 25 Test passes if there is an orange square 26 in the <strong>upper-left corner</strong> of the page. 27 -->