rounded-overflow-visible-clip-ref.html (305B)
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 <br> 14 <div class="box"></div> 15 <br> 16 <div class="box"></div> 17 <br> 18 <div class="box"></div>