content-visibility-resize-observer-no-error-ref.html (433B)
1 <!doctype html> 2 <meta charset="utf8"> 3 <title>Content Visibility: resize observer interaction (reference)</title> 4 <link rel="author" title="Vladimir Levin" href="mailto:vmpstr@chromium.org"> 5 <link rel="help" href="https://drafts.csswg.org/css-contain/#content-visibility"> 6 7 <style> 8 div { 9 min-height: 50px; 10 background: blue; 11 } 12 </style> 13 14 <span>There should be no red color on this page.</span> 15 <span><div></div></span> 16 <div></div>