blob: 5e1e9bdde841828cbd4fc3d6cc165305361f4f36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!doctype HTML>
<html>
<meta charset="utf8">
<title>Content Visibility: hidden video (reference)</title>
<link rel="author" title="Martin Robinson" href="mailto:mrobinson@igalia.com">
<link rel="help" href="https://drafts.csswg.org/css-contain/#content-visibility">
<style>
div {
width: 200px;
height: 200px;
background: green;
border: 1px solid black;
}
</style>
<div></div>
|