Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<title>min-height:inherit applies zoom</title>
<link rel="help" href="https://drafts.csswg.org/css-viewport/">
<link rel="match" href="green-square-100px.html">
<style>
div > div {
background-color: green;
}
</style>
<div style="min-height:50px">
<div style="zoom:2; width:50px; min-height:inherit;"></div>
</div>