[CSS container Queries] Include container queries in RuleSets
[webkit.git] / LayoutTests / imported / w3c / web-platform-tests / css / css-contain / contain-size-button-001-expected.html
blobeff64aa8e2ef0c7fbce03858e90ef0d9e2a7ee6b
1 <!DOCTYPE html>
2 <meta charset="utf-8">
3 <title>CSS Containment Test: Reference file</title>
4 <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com">
5 <style>
6 button {
7 border: 5px solid green;
8 padding: 0;
9 color: transparent;
10 width: 0;
11 height: 0;
12 font-size: 2em;
14 </style>
16 <p>This test passes if it has the same output as the reference. You see the word "before", a 10px green square at the top, and then the word "after".</p>
17 before<button>b</button>after