summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/editing/the-hidden-attribute/hidden-until-found-005-ref.html
blob: 0ca77849a4696c741333c59ca6ab3d5e17c055ae (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-matchable and size contained (reference)</title>
<link rel="author" title="Vladimir Levin" href="mailto:vmpstr@chromium.org">
<link rel="help" href="https://github.com/WICG/display-locking">

<style>
div {
  border: 1px solid black;
}
</style>

Test passes if there is a empty div with border below.
<div></div>
</html>