[CSS container Queries] Include container queries in RuleSets
[webkit.git] / LayoutTests / imported / w3c / web-platform-tests / css / css-contain / contain-paint-ignored-cases-internal-table-001a-expected.html
blobd23678941e2f0188a2cadfe06264a98ffd161bcb
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset=utf-8>
5 <title>CSS Reftest Reference</title>
6 <link rel="author" title="Yusuf Sermet" href="mailto:ysermet@mozilla.com">
7 <style>
8 tr {
9 z-index: 10;
11 th {
12 background-color: blue;
13 padding-left: 50px;
15 caption {
16 position: fixed;
17 background-color: yellow;
18 z-index: 2;
20 </style>
21 </head>
22 <body>
23 <table>
24 <caption>PASS</caption>
25 <tr>
26 <th>&emsp;</th>
27 </tr>
28 </table>
29 </body>
30 </html>