empty-inline-002-ref.xht (817B)
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 p {margin: 1em auto 0em;} 13 14 div 15 { 16 background-color: green; 17 height: 150px; 18 margin: 0px 125px 125px; 19 padding: 100px 0px; 20 width: 250px; 21 } 22 23 div > div 24 { 25 background-color: transparent; 26 border: green solid 25px; 27 height: 100px; 28 padding: 0px; 29 position: relative; 30 right: 250px; 31 width: 500px; 32 } 33 ]]></style> 34 35 </head> 36 37 <body> 38 39 <p>Test passes if there is <strong>no red</strong>.</p> 40 41 <div> 42 <div></div> 43 </div> 44 45 </body> 46 </html>