background-root-023-ref.xht (719B)
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 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> 9 10 <style type="text/css"><![CDATA[ 11 body {margin: 3em 0em 0.5em 0em;} 12 13 div 14 { 15 background-color: green; 16 border-left: orange solid 1em; 17 height: 60px; 18 } 19 20 p {margin: 0em 1em;} 21 ]]></style> 22 23 </head> 24 25 <body> 26 27 <div></div> 28 29 <p>There should be a horizontal green bar crossing the page above this sentence, exactly the height of the vertical orange bar at its left end:</p> 30 31 </body> 32 </html>