summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-contain/content-visibility/content-visibility-resize-observer-no-error-ref.html
blob: 228eebfaa6b6018dc60db090971f2f8176614a27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<meta charset="utf8">
<title>Content Visibility: resize observer interaction (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">

<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>