background-root-007-ref.xht (755B)
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-image: url("support/square-white.png"); 14 background-position: 2px 2px; 15 border: blue solid; 16 color: green; 17 margin: 1em; 18 } 19 20 div 21 { 22 font: 900 28px Verdana, sans-serif; 23 padding: 104px; 24 } 25 ]]></style> 26 27 </head> 28 29 <body> 30 31 <div>The entire page should be covered in a white tiled background 32 uninterrupted by the blue rectangle painted over it.</div> 33 34 </body> 35 </html>