img-content-outside-viewBox-1-ref.html (512B)
1 <html> 2 <style> 3 div.rect { width: 10px; height: 10px; display: inline-block } 4 </style> 5 <body> 6 <div style="width: 100px; border: 1px solid blue"> 7 <div class="rect" style="background: lime"></div 8 ><div class="rect" style="background: blue; margin-left: 20px"></div> 9 </div> 10 <div style="width: 10px; height: 100px; border: 1px solid purple"> 11 <div class="rect" style="background: lime"></div> 12 <div class="rect" style="background: purple; margin-top: 20px"></div> 13 </div> 14 </body> 15 </html>