origin-padding-box_with_radius-ref.html (797B)
1 <!DOCTYPE html> 2 3 <meta charset="UTF-8"> 4 5 <title>CSS Reftest reference</title> 6 7 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> 8 9 <style> 10 div 11 { 12 display: inline-block; 13 vertical-align: bottom; 14 } 15 16 div.light-blue-border 17 { 18 border-radius: 60px; 19 border: 16px solid rgba(60, 150, 255, 0.4); 20 height: 256px; 21 width: 482px; 22 } 23 </style> 24 25 <div class="light-blue-border"><img src="../background-origin/support/yellow-orange-blue-160x160.png" style="position: relative; z-index: -1;" alt="Image download support must be enabled"></div><br> 26 27 <div class="light-blue-border" style="background-image: url('../background-origin/support/yellow-orange-blue-160x160.png'); margin-top: 8px;"></div>