haikuwebkit/LayoutTests/fast/css-grid-layout/containing-block-grids-expe...

13 lines
271 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
div { width: 100px; height: 200px; }
</style>
</head>
<body>
<p>Grids can act as containing blocks for positioned content.</p>
<div style="width: 100px; height: 200px; background-color: green;"></div>
</body>
</html>