servo/tests/wpt/web-platform-tests/css/css-multicol/reference/nested-oofs-in-relative-multicol-ref.html

13 lines
185 B
HTML

<!DOCTYPE html>
<style>
.outer {
position: relative;
margin-left: 100px;
width: 400px;
height: 400px;
background: green;
}
</style>
<body>
<div class="outer"></div>
</body>