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