<!doctype html>
<meta charset="utf8">
<title>Content Visibility: resize observer interaction (reference)</title>
<link rel="author" title="Vladimir Levin" href="mailto:[email protected]">
<link rel="help" href="https://drafts.csswg.org/css-contain/#content-visibility">
<style>
div {
min-height: 50px;
background: blue;
}
</style>
<span>There should be no red color on this page.</span>
<span><div></div></span>
<div></div>