Mypal/layout/reftests/css-valuesandunits/unit-vh-vw-ref-iframe.html
2019-03-11 13:26:37 +03: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>