gecko/layout/reftests/css-valuesandunits/unit-vh-vw-zoom-ref.html

19 lines
294 B
HTML
Raw Normal View History

<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-ref-iframe.html"></iframe>
<iframe src="unit-vh-vw-ref-iframe.html"></iframe>
</body>
</html>