summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-valuesandunits/unit-vh-vw-zoom.html
blob: 3272721ae2ff49e29716472414c54cfa2903331b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html reftest-zoom="2">

<style>
  body { background-color: black }
  iframe {
    width: 100px;
    height: 200px;
    margin: 0px;
    border: 0px;
  }
</style>

<body>
  <iframe src="unit-vh-vw-iframe.html"></iframe>
  <iframe src="unit-vh-vw-iframe.html"></iframe>
</body>

</html>