tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

contain-size-011.html (552B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Containment Test: Size containment on table-caption</title>
      4 <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com">
      5 <link rel="help" href="https://drafts.csswg.org/css-contain-1/#containment-size">
      6 <link rel="match" href="../reference/nothing.html">
      7 <meta name=assert content="Size containment does apply to table-caption elements.">
      8 <style>
      9 div {
     10  display: table-caption;
     11  contain: size;
     12  overflow: hidden;
     13 }
     14 </style>
     15 
     16 <p>There should be nothing below.</p>
     17 <div>FAIL</div>