summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-contain/content-visibility/content-visibility-027-ref.html
blob: ce40d529987ddfcc21061b86c753faccd72c0ce9 (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: auto in the viewport (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>
.border {
  border: 1px solid black;
}
</style>

<div class=border>
  Test passes if there is a border around this text.
</div>
</html>