fune/testing/web-platform/tests/css/css-grid/anonymous-grid-items-001.html
Antonio Gomes b2caeb021c Bug 1629600 [wpt PR 22903] - [css-grid] Migrate anonymous-grid-items.html to WPT, a=testonly
Automatic update from web-platform-tests
[css-grid] Migrate anonymous-grid-items.html to WPT

BUG=767015, 1063749
R=rego@igalia.com

Change-Id: I9c5a1fef63bb2756e1c3ec28b1535c71db2e70fc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147557
Commit-Queue: Antonio Gomes <tonikitoo@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#758824}

--

wpt-commits: 1c81cda300ffeecfe8f2883fe5cf5237570785e1
wpt-pr: 22903
2020-04-21 14:31:37 +00: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>