Bug 1860196 [wpt PR 42652] - Upstream wpt_internal display-lock WPTs, a=testonly
[gecko.git] / testing / web-platform / tests / html / editing / the-hidden-attribute / resources / spacer-and-container-ref.html
blob816a6c9a9d800688217a581e7ec0c2164c1f9ec7
1 <!doctype HTML>
2 <html>
3 <meta charset="utf8">
4 <title>Content Visibility: spacer and a container (reference)</title>
5 <link rel="author" title="Vladimir Levin" href="mailto:vmpstr@chromium.org">
6 <link rel="help" href="https://github.com/WICG/display-locking">
8 <style>
9 .spacer {
10 width: 150px;
11 height: 3000px;
12 background: lightblue;
14 #container {
15 contain: style layout;
16 width: 150px;
17 height: 150px;
19 </style>
21 <div class="spacer"></div>
22 <div id="container"></div>
23 </html>