border-radius-011-ref.xht (837B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>CSS Test: Border radius reference</title> 5 <link rel="author" title="Nokia" href="http://www.nokia.com/" /> 6 <style> 7 div { 8 position: absolute; 9 top: 150px; 10 width: 200px; 11 height: 100px; 12 } 13 </style> 14 </head> 15 <body> 16 <p>A white rectangle with no border-radius property sits exactly on top of an exact same size red rectangle with border-radius set to zero.</p> 17 <ul> 18 <li>PASS if no red is visible on the page.</li> 19 <li>FAIL if any red is visible.</li> 20 </ul> 21 22 <div></div> 23 </body> 24 </html>