Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-viewport/zoom/min-width.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>min-width:inherit applies zoom</title>
<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>