commit 925a16ca0229e4caa9789a5690ed70b1f64e5a8c
parent e0e62582cc3bde303470002afce9f8073a13ee92
Author: Antti Koivisto <antti@apple.com>
Date: Wed, 15 Oct 2025 08:44:09 +0000
Bug 1993931 [wpt PR 55369] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=300113, a=testonly
Automatic update from web-platform-tests
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=300113 (#55369)
--
wpt-commits: 33bddd3eff429b7a7d263ec5bc4b861bc9d086c7
wpt-pr: 55369
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/testing/web-platform/tests/css/css-nesting/nesting-basic.html b/testing/web-platform/tests/css/css-nesting/nesting-basic.html
@@ -97,6 +97,9 @@
background-color: red;
}
}
+ div.test-14 {
+ div& { background-color: green; }
+ }
body * + * {
margin-top: 8px;
@@ -120,4 +123,5 @@
<div class="test test-11"><div></div></div>
<div class="test test-12"></div>
<div class="test test-13"></div>
+ <div class="test test-14"></div>
</body>