Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<link rel="help" href="https://drafts.csswg.org/css-grid-3">
<link rel="match" href="column-empty-masonry-container-001-ref.html">
<link rel="author" title="Alison Maher" href="mailto:almaher@microsoft.com">
<style>
.empty-container {
display: masonry;
masonry-direction: row;
};
</style>
<body>
<p>Test that an empty masonry container renders nothing.</p>
<div class="empty-container"></div>
</body>
</html>