c5525-fltblck-000-ref.xht (685B)
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 position: relative; 14 padding-bottom: 150px; 15 } 16 17 p {margin: 0;} 18 19 div 20 { 21 background-color: green; 22 height: 91px; 23 margin: 10px; 24 position: absolute; 25 right: 0px; 26 width: 316px; 27 } 28 ]]></style> 29 30 </head> 31 32 <body> 33 34 <p>There should be a green box to the right. ➘</p> 35 36 <div></div> 37 38 </body> 39 </html>