summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-break/background-image-003.html
blob: be36d998d6e59d985a1fab0598da407a7b4c8a11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://www.w3.org/TR/css-break-3/#break-decoration">
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div id="container" style="columns:5; width:100px; gap:0; column-fill:auto; height:100px; background:red;">
  <div style="height:250px; background:linear-gradient(red 50%, green 50%);">
    <div style="height:500px;">
      <div style="height:125px; background:green;"></div>
      <div style="height:125px;"></div>
      <div style="height:250px; background:green;"></div>
    </div>
  </div>
</div>