right.html (414B)
1 <!DOCTYPE html> 2 <title>right: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; width:100px; right:50px; translate:100px;"> 13 <div style="zoom:2; position:absolute; right:inherit;"></div> 14 </div>