bottom.html (422B)
1 <!DOCTYPE html> 2 <title>bottom:inherit applies zoom</title> 3 <link rel="help" href="https://drafts.csswg.org/css-viewport/"> 4 <link rel="match" href="green-square-100px.html"> 5 <style> 6 div > div { 7 background-color: green; 8 width: 50px; 9 height: 50px; 10 } 11 </style> 12 <div style="contain:layout; height:100px; bottom:50px; translate:0px 100px;"> 13 <div style="zoom:2; position:absolute; bottom:inherit;"></div> 14 </div>