chromium/third_party/blink/web_tests/external/wpt/css/css-viewport/zoom/inherited-length.html

<!doctype html>
<meta charset="utf-8">
<title>zoom property: inherited length into zoom</title>
<link rel="author" href="mailto:[email protected]" title="Emilio Cobos Álvarez">
<link rel="author" href="https://mozilla.com" title="Mozilla">
<link rel="help" href="https://drafts.csswg.org/css-viewport/#zoom-property">
<link rel="match" href="green-square-100px.html">
<style>
div {
  background-color: green;
}
</style>
<div style="width: 100px; height: 100px;">
  <div style="zoom: 2; width: inherit;"></div>
</div>