testing/web-platform/tests/css/css-break/trailing-child-margin-002.html
author Florian Quèze <florian@queze.net>
Tue, 08 Jul 2025 20:48:53 +0000 (12 hours ago)
changeset 795809 b01190f141a12f4b506acb1f4476561c4b0f2407
parent 537144 4a2400e0b30ad22959b5891538179882427f59e6
permissions -rw-r--r--
Bug 1960567 - remove the last C++ and scriptable APIs to accumulate data to legacy telemetry histograms, r=chutten. Differential Revision: https://phabricator.services.mozilla.com/D255582
<!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-margins">
<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 style="columns:2; column-gap:0; width:100px; column-fill:auto; height:100px; background:red;">
  <fieldset style="margin:0; border:none; padding:0; background:green;">
    <div style="height:70px; margin-bottom:50px;"></div>
  </fieldset>
  <div style="break-before:column; height:100px; background:green;"></div>
</div>