testing/web-platform/tests/css/css-break/table/table-caption-and-cells-fixed-width.html
author dadaa <daisuke.akatsuka@birchill.co.jp>
Wed, 09 Jul 2025 04:53:58 +0000 (9 hours ago)
changeset 795836 a5500d271fe3a1fefb4d81d96fc4abd00d9eade7
parent 608872 455443db4fb5c463c270a6d3e3a3ba5db2d55b0c
permissions -rw-r--r--
Bug 1957280: Limit user's mouse amount for tree component r=places-reviewers,reusable-components-reviewers,masayuki,mstriemer Differential Revision: https://phabricator.services.mozilla.com/D251224
<!DOCTYPE html>
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=329421">
<link rel="match" href="table-caption-and-cells-fixed-width-ref.html">
<p>Check that a table caption at a column boundary is properly pushed to the next column.</p>
<p>The word "PASS" should be seen below, fully visible and unbroken.</p>
<div style="columns:2; column-gap:0; column-fill:auto; line-height:2em; width:30em; height:9em;">
  <div style="height:8em;"></div>
  <table style="height:2em; width:10em; background:black;" cellspacing="0" cellpadding="0">
    <caption>PASS</caption>
    <tr>
      <td></td>
    </tr>
  </table>
</div>