rounded-overflow-clip-visible-ref.html (290B)
1 <!DOCTYPE html> 2 <style> 3 .box { 4 width: 100px; 5 height: 100px; 6 background: green; 7 display: inline-block; 8 } 9 </style> 10 11 There should be 4 100x100 green squares (no rounded corners) below.<br> 12 <div class="box"></div> 13 <div class="box"></div> 14 <div class="box"></div> 15 <div class="box"></div>