blob: b6d4139e30a9754eac02ad85c4348adacf793158 [file] [log] [blame] [edit]
<!DOCTYPE html>
<title>max-width: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="max-width:50px">
<div style="zoom:2; max-width:inherit; height:50px; width:300px;"></div>
</div>