blob: 0ab1a659f8f9d25fcf5001ad243f9ccfbab1f739 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!doctype HTML>
<html>
<meta charset="utf8">
<title>Content Visibility: hidden iframe, size changes (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 fails if the box below is square.</p>
<iframe width=200 height=300></iframe>
</html>
|