WPT
wpt / css / cssom-view / scrollWidthHeightWhenNotScrollable.xht
Spec: CSSOM View ↗
Runs: Chrome 155.0.8039.0 (wpt@bd6829a40, 2026-09-02) | Firefox 157.0a1 (wpt@a6218de35, 2026-09-03) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-795e1 (wpt@7e3d005d7, 2026-09-03) | 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 | 10/12 | 12/12 | 10/12 | 10/12 | 10/12 | 10/12 |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| elemSimple.clientHeight is the height of the padding edge | PASS | PASS | PASS | PASS | PASS | PASS |
| elemSimple.scrollHeight is its clientHeight | PASS | PASS | PASS | PASS | PASS | PASS |
| elemSimple.clientWidth is the width of the padding edge | PASS | PASS | PASS | PASS | PASS | PASS |
| elemSimple.scrollWidth is its clientWidth | PASS | PASS | PASS | PASS | PASS | PASS |
| elemOverflow.clientHeight is the height of the padding edge | PASS | PASS | PASS | PASS | PASS | PASS |
| elemOverflow.scrollHeight is the height of its scrolled contents (plus padding, since we overflowed) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| elemOverflow.clientWidth is the width of the padding edge | PASS | PASS | PASS | PASS | PASS | PASS |
| elemOverflow.scrollHeight is the width of its scrolled contents (plus padding) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| elemNestedOverflow.clientHeight is the height of the padding edge | PASS | PASS | PASS | PASS | PASS | PASS |
| elemNestedOverflow.scrollHeight is the height of its scrolled contents (ignoring padding, since we overflowed) | PASS | PASS | PASS | PASS | PASS | PASS |
| elemNestedOverflow.clientWidth is the height of the padding edge | PASS | PASS | PASS | PASS | PASS | PASS |
| elemNestedOverflow.scrollWidth is the width of its scrolled contents (ignoring padding, since we overflowed) | PASS | PASS | PASS | PASS | PASS | PASS |