border-applies-to-001-ref.xht (1010B)
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 <style type="text/css"><![CDATA[ 12 div.horizontal-edges 13 { 14 background-color: green; 15 height: 4px; 16 width: 104px; 17 } 18 19 div#vertical-edges 20 { 21 background-color: white; 22 width: 104px; 23 } 24 25 img {vertical-align: bottom;} 26 27 img + img {padding-left: 96px;} 28 ]]></style> 29 30 </head> 31 32 <body> 33 34 <p>Test passes if there is a hollow green square.</p> 35 36 <div class="horizontal-edges"></div> 37 38 <div id="vertical-edges"><img src="support/1x1-green.png" width="4" height="96" alt="Image download support must be enabled" /><img src="support/1x1-green.png" width="4" height="96" alt="Image download support must be enabled" /></div> 39 40 <div class="horizontal-edges"></div> 41 42 </body> 43 </html>