WPT
wpt / css / selectors / not-complex.html
Spec: Selectors ↗
Runs: Chrome 155.0.8038.0 (wpt@7addae031, 2026-09-02) | Firefox 157.0a1 (wpt@7addae031, 2026-09-02) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-a7884 (wpt@b1a7025f8, 2026-09-02) | Servo Servo 0.6 (wpt@09159dcb3, 2026-09-02) | Blitz 188486089 (wpt@a95401e4e, 2026-09-02)
View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi
| Chrome | Firefox | Safari | Ladybird | Servo | Blitz | |
|---|---|---|---|---|---|---|
| Total | 20/20 | 20/20 | 20/20 | 20/20 | 20/20 | 20/20 |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| :not(#a) matches expected elements | PASS | PASS | PASS | PASS | PASS | PASS |
| :not(#a #d) matches expected elements | PASS | PASS | PASS | PASS | PASS | PASS |
| :not(#b div) matches expected elements | PASS | PASS | PASS | PASS | PASS | PASS |
| :not(div div) matches expected elements | PASS | PASS | PASS | PASS | PASS | PASS |
| :not(div + div) matches expected elements | PASS | PASS | PASS | PASS | PASS | PASS |
| :not(main > div) matches expected elements | PASS | PASS | PASS | PASS | PASS | PASS |
| :not(#a, #b) matches expected elements | PASS | PASS | PASS | PASS | PASS | PASS |
| :not(#f, main > div) matches expected elements | PASS | PASS | PASS | PASS | PASS | PASS |
| :not(div + div + div, div + div > div) matches expected elements | PASS | PASS | PASS | PASS | PASS | PASS |
| :not(div:nth-child(1)) matches expected elements | PASS | PASS | PASS | PASS | PASS | PASS |
| :not(:not(div)) matches expected elements | PASS | PASS | PASS | PASS | PASS | PASS |
| :not(:not(:not(div))) matches expected elements | PASS | PASS | PASS | PASS | PASS | PASS |
| :not(div, span) matches expected elements | PASS | PASS | PASS | PASS | PASS | PASS |
| :not(span, p) matches expected elements | PASS | PASS | PASS | PASS | PASS | PASS |
| :not(#unknown, .unknown) matches expected elements | PASS | PASS | PASS | PASS | PASS | PASS |
| :not(#unknown > div, span) matches expected elements | PASS | PASS | PASS | PASS | PASS | PASS |
| :not(#unknown ~ div, span) matches expected elements | PASS | PASS | PASS | PASS | PASS | PASS |
| :not(:hover div) matches expected elements | PASS | PASS | PASS | PASS | PASS | PASS |
| :not(:link div) matches expected elements | PASS | PASS | PASS | PASS | PASS | PASS |
| :not(:visited div) matches expected elements | PASS | PASS | PASS | PASS | PASS | PASS |