Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<title>bottom: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;
width: 50px;
height: 50px;
}
</style>
<div style="contain:layout; height:100px; bottom:50px; translate:0px 100px;">
<div style="zoom:2; position:absolute; bottom:inherit;"></div>
</div>