background-root-019-ref.xht (933B)
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 url("support/diamond.png") no-repeat; 14 border: blue solid 1em; 15 margin: 1em; 16 padding: 2em; 17 } 18 19 div 20 { 21 background-color: green; 22 border: solid lime; 23 color: white; 24 padding: 3em; 25 } 26 ]]></style> 27 28 </head> 29 30 <body> 31 32 <div>This time, there should be a single purple diamond at the upper left hand corner of the viewport. It should be bathed in blue. In this sea of blue there should be a bright thick blue border, containing more blue and a thin bright green border, which itself contains only green and this text.</div> 33 34 </body> 35 </html>