summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-contain/reference/contain-size-fieldset-002-ref.html
blob: 51ff6998b63b3d6e108823c02eac219807f6ecb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Containment Test: Reference file</title>
<link rel="author" title="Vladimir Levin" href="mailto:vmpstr@chromium.org">
<style>
#border {
  border: 1px solid black;
  width: min-content;
}
fieldset {
  visibility: hidden;
  height: 1px;
}
</style>

<p>This test passes if it has the same output as the reference. You should see a black border box below.</p>
<div id="border">
  <fieldset></fieldset>
</div>