summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-grid/alignment/grid-content-distribution-027.html
blob: 35e300ee64d87926f505c07df57ad18a29e604d9 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-align-content-space-around">
<link rel="match" href="../../reference/ref-filled-green-100px-square-only.html">
<meta name="assert" content="The fallback alignment for 'space-around' should be 'safe center'.">
<p>Test passes if there is a filled green square.</p>
<div style="display: grid; width: 50px; height: 50px; align-content: space-around; justify-content: space-around;">
  <div style="width: 100px; height: 100px; background: green;"></div>
</div>