column-empty-grid-lanes-container-001.html (424B)
1 <!DOCTYPE html> 2 <html> 3 <link rel="help" href="https://drafts.csswg.org/css-grid-3"> 4 <link rel="match" href="column-empty-grid-lanes-container-001-ref.html"> 5 <link rel="author" title="Celeste Pan" href="mailto:celestepan@microsoft.com"> 6 <style> 7 .empty-container { 8 display: grid-lanes; 9 } 10 </style> 11 <body> 12 <p>Test that an empty grid-lanes container renders nothing.</p> 13 <div class="empty-container"></div> 14 </body> 15 </html>