WPT
wpt / css / css-navigation / tentative / parsing / navigation-rule-location-valid.html
Spec: CSS Navigation Matching ↗
Runs: Chrome 155.0.8041.0 (wpt@4a01b83e3, 2026-09-04) | Firefox 157.0a1 (wpt@4a01b83e3, 2026-09-04) | Safari 251 preview (wpt@a1e944e7a, 2026-09-04) | Ladybird 1.0-a7825 (wpt@4a01b83e3, 2026-09-04) | Servo Servo 0.6 (wpt@7e3d005d7, 2026-09-03) | Blitz a50cb8971 (wpt@a95401e4e, 2026-09-03)
View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi
| Chrome | Firefox | Safari | Ladybird | Servo | Blitz | |
|---|---|---|---|---|---|---|
| Total | 18/18 | 6/18 | 6/18 | 6/18 | 6/18 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| navigation-location-test | PASS | PASS | PASS | PASS | PASS | — |
| @navigation (at: --foo) { } should be a valid rule | PASS | FAIL | FAIL | FAIL | FAIL | — |
| @Navigation (At:--foo ){ } should be a valid rule | PASS | FAIL | FAIL | FAIL | FAIL | — |
| navigation-location-test with url-pattern() | PASS | PASS | PASS | PASS | PASS | — |
| @navigation (at: url-pattern("/a/")) { } should be a valid rule | PASS | FAIL | FAIL | FAIL | FAIL | — |
| @Navigation ( At:url-pattern( "/a/") ){ } should be a valid rule | PASS | FAIL | FAIL | FAIL | FAIL | — |
| navigation-location-between-test | PASS | PASS | PASS | PASS | PASS | — |
| @navigation (between: --a and --b) { } should be a valid rule | PASS | FAIL | FAIL | FAIL | FAIL | — |
| @Navigation ( Between:--a And --b ){ } should be a valid rule | PASS | FAIL | FAIL | FAIL | FAIL | — |
| navigation-location-between-test with url-pattern() | PASS | PASS | PASS | PASS | PASS | — |
| @navigation (between: url-pattern("/a/") and url-pattern("/b/")) { } should be a valid rule | PASS | FAIL | FAIL | FAIL | FAIL | — |
| @Navigation (Between:url-pattern( "/a/" ) And url-pattern( "/b/" )){ } should be a valid rule | PASS | FAIL | FAIL | FAIL | FAIL | — |
| complex navigation-location-test | PASS | PASS | PASS | PASS | PASS | — |
| @navigation ((from: --a) or (at: --b)) { } should be a valid rule | PASS | FAIL | FAIL | FAIL | FAIL | — |
| @Navigation ( ( From:--a ) Or ( At:--b) ){ } should be a valid rule | PASS | FAIL | FAIL | FAIL | FAIL | — |
| complex mixed | PASS | PASS | PASS | PASS | PASS | — |
| @navigation ((between: --a and --b) or (at: --c)) { } should be a valid rule | PASS | FAIL | FAIL | FAIL | FAIL | — |
| @Navigation ( ( Between:--a And --b ) Or ( At:--c) ){ } should be a valid rule | PASS | FAIL | FAIL | FAIL | FAIL | — |