summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/editing/the-hidden-attribute/resources/container-ref.html
blob: e2df59014b06c6f44a506b6e4fd7d56537ae5fa4 (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>CSS Content Visibility: container (reference)</title>
<link rel="author" title="Vladimir Levin" href="mailto:vmpstr@chromium.org">
<link rel="help" href="https://github.com/WICG/display-locking">

<style>
#container {
  width: 150px;
  height: 150px;
  background: lightblue;
}
</style>

<div id=container></div>