content-visibility-004-ref.html (389B)
1 <!doctype HTML> 2 <html> 3 <meta charset="utf8"> 4 <title>CSS Content Visibility: hidden container in an iframe (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 <p>Test passes if the word “Fail” does not appear in the box below.</p> 9 10 <iframe></iframe> 11 </html>