Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-grid/grid-lanes/tentative/column-empty-grid-lanes-container-002.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<link rel="match" href="column-empty-grid-lanes-container-002-ref.html">
<link rel="author" title="Celeste Pan" href="mailto:celestepan@microsoft.com">
<style>
.grid-lanes {
display: grid-lanes;
background: gray;
position: relative;
item-tolerance: 0;
padding: 20px;
}
</style>
<body>
<p>Test that an empty masonry container still renders padding.</p>
<div class="grid-lanes"></div>
</body>
</html>