background-root-006-ref.xht (850B)
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 12 { 13 background: navy; 14 border: blue solid; 15 margin: 1em; 16 padding: 2em; 17 } 18 19 div 20 { 21 background-image: url("support/square-white.png"); 22 border: lime solid; 23 color: green; 24 font: 900 28px Verdana, sans-serif; 25 padding: 72px; 26 } 27 ]]></style> 28 29 </head> 30 31 <body> 32 33 <div>This box, which should have a bright green border, should have a 34 white tile background. The box surrounding it should have a navy 35 background. The rest of the page should also be navy.</div> 36 37 </body> 38 </html>