Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<meta charset="utf8">
<title>Content Visibility: resize observer interaction (reference)</title>
<link rel="author" title="Vladimir Levin" href="mailto:vmpstr@chromium.org">
<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>