Bug 1871734 [wpt PR 43783] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=266844, a=testonly

Automatic update from web-platform-tests
WebKit export: Incorrect Web Platform Test for State CSS Shadow DOM Selector (#43783)

https://bugs.webkit.org/show_bug.cgi?id=266844
--

wpt-commits: 20cda4a0d446012b7e9e3f015f20763da730e8aa
wpt-pr: 43783
This commit is contained in:
Keith Cirkel 2024-01-05 17:11:48 +00:00 committed by moz-wptsync-bot
parent 98d5f4bab2
commit bbf4bbe62f

View File

@ -28,7 +28,7 @@
:host {
color: #f00;
}
:host:state(green) {
:host(:state(green)) {
color: #0f0;
}
`);