inherited-length.html (532B)
1 <!doctype html> 2 <meta charset="utf-8"> 3 <title>zoom property: inherited length into zoom</title> 4 <link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez"> 5 <link rel="author" href="https://mozilla.com" title="Mozilla"> 6 <link rel="help" href="https://drafts.csswg.org/css-viewport/#zoom-property"> 7 <link rel="match" href="green-square-100px.html"> 8 <style> 9 div { 10 background-color: green; 11 } 12 </style> 13 <div style="width: 50px; height: 50px;"> 14 <div style="zoom: 2; width: inherit; height: inherit;"></div> 15 </div>