tor-browser

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

content-visibility-on-display-contents.html (640B)


      1 <!DOCTYPE html>
      2 <html>
      3 <link rel="match" href="../../reference/ref-filled-green-100px-square-only.html">
      4 <link rel="author" title="Sammy Gill" href="mailto:sammy.gill@apple.com">
      5 <link rel="help" href="https://drafts.csswg.org/css-contain-2/#content-visibility">
      6 <meta name="assert" content="content-visibility on display contents element does not apply since size containment does not apply to it">
      7 <body>
      8 <p>Test passes if there is a filled green square.</p>
      9 <div style="display: contents; content-visibility: hidden;">
     10  <div>
     11    <div style="width: 100px; height: 100px; background-color: green;"></div>
     12  </div>
     13 </div>
     14 </body>
     15 </html>