Status: PASS | Duration: 8ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-grid/grid-lanes/column-empty-grid-lanes-container-001.html
<!DOCTYPE html> <html> <link rel="help" href="https://drafts.csswg.org/css-grid-3"> <link rel="match" href="column-empty-grid-lanes-container-001-ref.html"> <link rel="author" title="Celeste Pan" href="mailto:celestepan@microsoft.com"> <style> .empty-container { display: grid-lanes; } </style> <body> <p>Test that an empty grid-lanes container renders nothing.</p> <div class="empty-container"></div> </body> </html>
/css/css-grid/grid-lanes/column-empty-grid-lanes-container-001-ref.html
<!DOCTYPE html> <html> <link rel="help" href="https://drafts.csswg.org/css-grid-3"> <link rel="author" title="Celeste Pan" href="mailto:celestepan@microsoft.com"> <body> <p>Test that an empty grid-lanes container renders nothing.</p> </body> </html>