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/max-height.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>max-height:inherit applies zoom</title>
<link rel="match" href="green-square-100px.html">
<style>
div > div {
background-color: green;
}
</style>
<div style="max-height:50px">
<div style="zoom:2; width:50px; height:200px; max-height:inherit;"></div>
</div>