background-clip-content-box-ref.html (441B)
1 <!DOCTYPE html> 2 <title>CSS Backgrounds and Borders Test: background-clip Reference</title> 3 <link rel="author" title="James Wang" href="mailto:wangjian@ucweb.com"> 4 <style> 5 #test-color-box { 6 position: absolute; 7 width: 180px; 8 height: 180px; 9 background-color: rgba(255, 165, 0, 1); 10 border: 10px solid blue; 11 } 12 </style> 13 <p>Test passes if the orange box has a 10px width blue edge.</p> 14 <!-- background --> 15 <div id="test-color-box"></div>