forked from mirrors/gecko-dev
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
9 lines
168 B
HTML
9 lines
168 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div>The test passes if it has the same output than the reference.</div>
|
|
<div>
|
|
<div>anonymous item</div>
|
|
</div>
|
|
</body>
|
|
</html>
|