padding-007-ref.xht (715B)
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 div {border: green solid 10px;} 13 14 div#wrapper 15 { 16 height: 284px; 17 width: 356px; 18 } 19 20 div#inner 21 { 22 height: 96px; 23 left: 24px; 24 position: relative; 25 top: 96px; 26 width: 288px; 27 } 28 ]]></style> 29 30 </head> 31 32 <body> 33 34 35 <p>Test passes if there is <strong>no red</strong>.</p> 36 37 <div id="wrapper"> 38 <div id="inner"></div> 39 </div> 40 41 </body> 42 </html>