summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/zoom/tentative/inherited-length.html
blob: 2bc04ff0cbe8e87e06919b8cdee371bf3f90faa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<meta charset="utf-8">
<title>zoom property: inherited length into zoom</title>
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
<link rel="author" href="https://mozilla.com" title="Mozilla">
<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>