mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
This matches custom elements that have `foo` in their custom states set. The 2 test failures here are because we don't support `::part()` yet.
14 lines
315 B
Plaintext
14 lines
315 B
Plaintext
Harness status: OK
|
|
|
|
Found 8 tests
|
|
|
|
6 Pass
|
|
2 Fail
|
|
Pass :state() parsing passes
|
|
Pass :state() parsing failures
|
|
Pass deprecated :--state parsing failures
|
|
Fail :state(foo) serialization
|
|
Pass :state(foo) in simple cases
|
|
Pass :state(foo) and other pseudo classes
|
|
Fail :state(foo) and ::part()
|
|
Pass :state(foo) and :host() |