tor-browser

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

content-visibility-027-ref.html (418B)


      1 <!doctype HTML>
      2 <html>
      3 <meta charset="utf8">
      4 <title>Content Visibility: auto in the viewport (reference).</title>
      5 <link rel="author" title="Vladimir Levin" href="mailto:vmpstr@chromium.org">
      6 <link rel="help" href="https://drafts.csswg.org/css-contain/#content-visibility">
      7 
      8 <style>
      9 .border {
     10  border: 1px solid black;
     11 }
     12 </style>
     13 
     14 <div class=border>
     15  Test passes if there is a border around this text.
     16 </div>
     17 </html>