tenfourfox/layout/reftests/css-valuesandunits/unit-vh-vw-zoom-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

19 lines
294 B
HTML

<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>