WPT
wpt / dom / nodes / Element-closest.html
Spec: DOM ↗
Runs: Chrome 155.0.8042.0 (wpt@4eb09bcd9, 2026-09-04) | Firefox 157.0a1 (wpt@c3fcbf4ba, 2026-09-04) | Safari 251 preview (wpt@e7122b73f, 2026-09-04) | Ladybird 1.0-52f0f (wpt@a1ecd0c09, 2026-09-04) | Servo Servo 0.6 (wpt@2c385f65e, 2026-09-04) | 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 | 29/29 | 29/29 | 29/29 | 29/29 | 28/29 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| Element.closest with context node 'test12' and selector 'select' | PASS | PASS | PASS | PASS | PASS | — |
| Element.closest with context node 'test13' and selector 'fieldset' | PASS | PASS | PASS | PASS | PASS | — |
| Element.closest with context node 'test13' and selector 'div' | PASS | PASS | PASS | PASS | PASS | — |
| Element.closest with context node 'test3' and selector 'body' | PASS | PASS | PASS | PASS | PASS | — |
| Element.closest with context node 'test4' and selector '[default]' | PASS | PASS | PASS | PASS | PASS | — |
| Element.closest with context node 'test4' and selector '[selected]' | PASS | PASS | PASS | PASS | PASS | — |
| Element.closest with context node 'test11' and selector '[selected]' | PASS | PASS | PASS | PASS | PASS | — |
| Element.closest with context node 'test12' and selector '[name="form-a"]' | PASS | PASS | PASS | PASS | PASS | — |
| Element.closest with context node 'test13' and selector 'form[name="form-a"]' | PASS | PASS | PASS | PASS | PASS | — |
| Element.closest with context node 'test9' and selector 'input[required]' | PASS | PASS | PASS | PASS | PASS | — |
| Element.closest with context node 'test9' and selector 'select[required]' | PASS | PASS | PASS | PASS | PASS | — |
| Element.closest with context node 'test13' and selector 'div:not(.div1)' | PASS | PASS | PASS | PASS | PASS | — |
| Element.closest with context node 'test6' and selector 'div.div3' | PASS | PASS | PASS | PASS | PASS | — |
| Element.closest with context node 'test1' and selector 'div#test7' | PASS | PASS | PASS | PASS | PASS | — |
| Element.closest with context node 'test12' and selector '.div3 > .div2' | PASS | PASS | PASS | PASS | PASS | — |
| Element.closest with context node 'test12' and selector '.div3 > .div1' | PASS | PASS | PASS | PASS | PASS | — |
| Element.closest with context node 'test9' and selector 'form > input[required]' | PASS | PASS | PASS | PASS | PASS | — |
| Element.closest with context node 'test12' and selector 'fieldset > select[required]' | PASS | PASS | PASS | PASS | PASS | — |
| Element.closest with context node 'test6' and selector 'input + fieldset' | PASS | PASS | PASS | PASS | PASS | — |
| Element.closest with context node 'test3' and selector 'form + form' | PASS | PASS | PASS | PASS | PASS | — |
| Element.closest with context node 'test5' and selector 'form + form' | PASS | PASS | PASS | PASS | PASS | — |
| Element.closest with context node 'test10' and selector ':empty' | PASS | PASS | PASS | PASS | PASS | — |
| Element.closest with context node 'test11' and selector ':last-child' | PASS | PASS | PASS | PASS | PASS | — |
| Element.closest with context node 'test12' and selector ':first-child' | PASS | PASS | PASS | PASS | PASS | — |
| Element.closest with context node 'test11' and selector ':invalid' | PASS | PASS | PASS | PASS | PASS | — |
| Element.closest with context node 'test4' and selector ':scope' | PASS | PASS | PASS | PASS | PASS | — |
| Element.closest with context node 'test4' and selector 'select > :scope' | PASS | PASS | PASS | PASS | PASS | — |
| Element.closest with context node 'test4' and selector 'div > :scope' | PASS | PASS | PASS | PASS | PASS | — |
| Element.closest with context node 'test4' and selector ':has(> :scope)' | PASS | PASS | PASS | PASS | FAIL | — |