1
0
Fork 0
firefox/testing/web-platform/tests/css/css-grid/anonymous-grid-items-001.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

14 lines
542 B
HTML

<!DOCTYPE html>
<html>
<title>CSS Grid: anonynous grid items.</title>
<link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com">
<link rel="help" href="https://drafts.csswg.org/css-grid-1/#grid-items">
<link rel="match" href="reference/anonymous-grid-items-001-ref.html">
<meta name="assert" content="This test ensures that anonymous grid items are supported."/>
<body>
<div>The test passes if it has the same output than the reference.</div>
<div style="display: grid;">
anonymous item
</div>
</body>
</html>