video-paint-order-ref.html (268B)
1 <!DOCTYPE html> 2 <style> 3 video { 4 width: 95px; 5 height: 95px; 6 } 7 #negative-margin { 8 display: inline-block; 9 width: 100px; 10 height: 100px; 11 background: green; 12 margin-left: -100px; 13 } 14 </style> 15 <video></video> 16 <div id="negative-margin"></div>