We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e46eb4 commit e722f93Copy full SHA for e722f93
testing/web-platform/tests/css/css-nesting/nesting-basic.html
@@ -88,6 +88,17 @@
88
background-color: red !important;
89
}
90
91
+ .test-13::before {
92
+ background-color: green;
93
+ color: green;
94
+ content: "text";
95
+ }
96
97
+ & {
98
+ background-color: red;
99
100
101
+
102
body * + * {
103
margin-top: 8px;
104
@@ -109,4 +120,5 @@
109
120
<div class="test test-10"><div></div></div>
110
121
<div class="test test-11"><div></div></div>
111
122
<div class="test test-12"></div>
123
+ <div class="test test-13"></div>
112
124
</body>
0 commit comments