[CSS container Queries] Include container queries in RuleSets
[webkit.git] / LayoutTests / imported / w3c / web-platform-tests / css / css-contain / contain-paint-clip-015-expected.html
blob781a6d2f2f4e8810690ab321f7ff7bf3539044f3
1 <!DOCTYPE html>
3 <meta charset="UTF-8">
5 <title>CSS Reference Test</title>
7 <link rel="author" title="GĂ©rard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
9 <style>
10 div
12 background-color: green;
13 border-radius: 50%;
14 height: 100px;
15 width: 100px;
17 </style>
19 <p>Test passes if there is a filled green circle and <strong>no red</strong>.
21 <div></div>