Skip to content

Commit e722f93

Browse files
committed
Bug 1990867 [wpt PR 55065] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=299168, a=testonly
Automatic update from web-platform-tests WebKit export of https://bugs.webkit.org/show_bug.cgi?id=299168 (#55065) -- wpt-commits: 283275e69f1cca340e062156552a16131c2f97df wpt-pr: 55065 UltraBlame original commit: 8f286da84a3cc2a3cf13b44466d37e96a83c44e6
1 parent 1e46eb4 commit e722f93

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

testing/web-platform/tests/css/css-nesting/nesting-basic.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,17 @@
8888
background-color: red !important;
8989
}
9090

91+
.test-13::before {
92+
background-color: green;
93+
color: green;
94+
content: "text";
95+
}
96+
.test-13::before {
97+
& {
98+
background-color: red;
99+
}
100+
}
101+
91102
body * + * {
92103
margin-top: 8px;
93104
}
@@ -109,4 +120,5 @@
109120
<div class="test test-10"><div></div></div>
110121
<div class="test test-11"><div></div></div>
111122
<div class="test test-12"></div>
123+
<div class="test test-13"></div>
112124
</body>

0 commit comments

Comments
 (0)