blob: ac48a2a0f070148d3610dc4c7a2339b37c7b37ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!doctype HTML>
<html>
<meta charset="utf8">
<title>CSS Content Visibility: hidden container in an iframe (reference)</title>
<link rel="author" title="Vladimir Levin" href="mailto:vmpstr@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-contain/#content-visibility">
<p>Test passes if the word “Fail” does not appear in the box below.</p>
<iframe></iframe>
</html>
|