WPT
wpt / dom / nodes / Element-getElementsByTagNameNS.html
Spec: DOM ↗
Runs: Chrome 155.0.8039.0 (wpt@5e776f019, 2026-09-03) | Firefox 157.0a1 (wpt@5e776f019, 2026-09-03) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-a9df8 (wpt@9b4cabf6d, 2026-09-03) | 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 | 16/16 | 16/16 | 16/16 | 16/16 | 16/16 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| Element.getElementsByTagNameNS | PASS | PASS | PASS | PASS | PASS | — |
| getElementsByTagNameNS('*', 'body') | PASS | PASS | PASS | PASS | PASS | — |
| Empty string namespace | PASS | PASS | PASS | PASS | PASS | — |
| body element in test namespace, no prefix | PASS | PASS | PASS | PASS | PASS | — |
| body element in test namespace, prefix | PASS | PASS | PASS | PASS | PASS | — |
| BODY element in test namespace, no prefix | PASS | PASS | PASS | PASS | PASS | — |
| abc element in html namespace | PASS | PASS | PASS | PASS | PASS | — |
| ABC element in html namespace | PASS | PASS | PASS | PASS | PASS | — |
| AÇ, case sensitivity | PASS | PASS | PASS | PASS | PASS | — |
| BODY element in test namespace, prefix | PASS | PASS | PASS | PASS | PASS | — |
| getElementsByTagNameNS('http://www.w3.org/1999/xhtml', '*') | PASS | PASS | PASS | PASS | PASS | — |
| getElementsByTagNameNS('*', '*') | PASS | PASS | PASS | PASS | PASS | — |
| Empty lists | PASS | PASS | PASS | PASS | PASS | — |
| getElementsByTagNameNS() should be a live collection | PASS | PASS | PASS | PASS | PASS | — |
| Matching the context object (wildcard namespace) | PASS | PASS | PASS | PASS | PASS | — |
| Matching the context object (specific namespace) | PASS | PASS | PASS | PASS | PASS | — |