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

15 lines
249 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>