1
0
Fork 0
mirror of https://github.com/servo/servo.git synced 2025-07-25 08:10:21 +01:00
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>