gecko/layout/reftests/css-valuesandunits/unit-vh-vw-ref-iframe.html
2012-10-19 16:21:06 -07:00

16 lines
250 B
HTML

<style>
div {
width: 10px;
height: 10px;
background-color: #d64203;
}
</style>
<body>
<div style="width: 50px"></div>
<div style="height: 50px"></div>
<div style="width: 35px"></div>
<div style="height: 50px"></div>
</body>