origin-padding-box-ref.html (729B)
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: 16px solid rgba(60, 150, 255, 0.4); 19 height: 256px; 20 width: 482px; 21 } 22 </style> 23 24 <div class="light-blue-border"><img src="../background-origin/support/yellow-orange-blue-160x160.png" alt="Image download support must be enabled"></div><br> 25 26 <div class="light-blue-border" style="background-image: url('../background-origin/support/yellow-orange-blue-160x160.png'); margin-top: 8px;"></div>