wpt / css / css-grid / grid-lanes / row-empty-grid-lanes-container-001.html

Status: PASS | Duration: 7ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/css/css-grid/grid-lanes/row-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="Alison Maher" href="mailto:almaher@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>