WPT
wpt / css / cssom-view / scrollParent.html
Spec: CSSOM View ↗
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 | 12/12 | 0/12 | 0/12 | 0/12 | 11/12 | 0/12 |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| scrollParent returns the nearest scroll container. | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| hidden element is a scroll container. | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| Element with no box has null scrollParent. | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| scrollParent follows absolute positioned containing block chain. | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| scrollParent follows fixed positioned containing block chain. | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| scrollParent of element fixed to root is null. | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| scrollParent of child in root viewport returns document scrolling element. | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| scrollParent of fixed element contained within root is document scrolling element. | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| scrollParent of body is document scrolling element when body is not document scrolling element. | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| scrollParent of root is null. | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| scrollParent skips ancestors with `display: contents`. | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| scrollParent of scrolling element is null. | PASS | FAIL | FAIL | FAIL | PASS | FAIL |