tor-browser

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

contain-paint-004.html (656B)


      1 <!doctype html>
      2 <html lang=en>
      3  <meta charset=utf-8>
      4  <title>CSS-contain test: paint containment applies to the principal box for list items</title>
      5  <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
      6  <meta name=flags content="">
      7  <meta name=assert content="paint containment applies to the principal box, which for list items excludes the list marker">
      8  <link rel="match" href="../reference/nothing.html">
      9  <link rel=help href="https://drafts.csswg.org/css-contain-1/#containment-paint">
     10 
     11 <style>
     12 li { contain: paint; }
     13 </style>
     14 
     15 <p>There should be nothing below.</p>
     16 <ol>
     17  <li>
     18  <li>
     19  <li>
     20  <li>
     21  <li>
     22  <li>
     23 </ol>