[CSS container Queries] Include container queries in RuleSets
[webkit.git] / LayoutTests / imported / w3c / web-platform-tests / css / css-contain / contain-size-fieldset-002-expected.html
blob51ff6998b63b3d6e108823c02eac219807f6ecb2
1 <!DOCTYPE html>
2 <meta charset="utf-8">
3 <title>CSS Containment Test: Reference file</title>
4 <link rel="author" title="Vladimir Levin" href="mailto:vmpstr@chromium.org">
5 <style>
6 #border {
7 border: 1px solid black;
8 width: min-content;
10 fieldset {
11 visibility: hidden;
12 height: 1px;
14 </style>
16 <p>This test passes if it has the same output as the reference. You should see a black border box below.</p>
17 <div id="border">
18 <fieldset></fieldset>
19 </div>