testing/web-platform/tests/css/css-break/float-009-ref.html
author Florian Quèze <florian@queze.net>
Tue, 08 Jul 2025 20:48:53 +0000 (11 hours ago)
changeset 795809 b01190f141a12f4b506acb1f4476561c4b0f2407
parent 627525 30e4adcd2dbd7b1cd938793f9b6267379b93808e
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>
<meta charset="utf-8">
<link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
<link rel="author" title="Mozilla" href="https://www.mozilla.org/">
<link rel="stylesheet" href="/fonts/ahem.css">

<style>
.multicol {
  column-count: 2;
  column-gap: 0;
  width: 200px;
  font: 50px/1 Ahem;
}
</style>

<div class="multicol">
  <div>AX</div>
  <div>BX</div>
  <div>CX</div>
</div>