block-flow-direction-066-ref.xht (1005B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 3 <html xmlns="http://www.w3.org/1999/xhtml"> 4 5 <head> 6 7 <title>CSS Reftest Reference</title> 8 9 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> 10 11 <meta content="image" name="flags" /> 12 13 <style type="text/css"><![CDATA[ 14 p 15 { 16 bottom: 8px; 17 margin-bottom: 0px; 18 position: absolute; 19 } 20 21 img 22 { 23 vertical-align: bottom; 24 } 25 26 img + img 27 { 28 padding-left: 16px; 29 } 30 ]]></style> 31 </head> 32 33 <body> 34 35 <p><img src="support/swatch-blue.png" width="100" height="100" alt="Image download support must be enabled" /><img src="support/block-flow-direction-066-exp-res.png" width="358" height="36" alt="Image download support must be enabled" /></p> 36 37 <!-- 38 The image says: 39 Test passes if there is a blue square in the 40 <strong>bottom-left corner</strong> of the page. 41 --> 42 43 </body> 44 </html>