/css/cssom-view/scrollWidthHeightWhenNotScrollable.xht| status | subtest | message |
|---|---|---|
| PASS | elemSimple.clientHeight is the height of the padding edge | |
| PASS | elemSimple.scrollHeight is its clientHeight | |
| PASS | elemSimple.clientWidth is the width of the padding edge | |
| PASS | elemSimple.scrollWidth is its clientWidth | |
| PASS | elemOverflow.clientHeight is the height of the padding edge | |
| FAIL | elemOverflow.scrollHeight is the height of its scrolled contents (plus padding, since we overflowed) | assert_equals: expected 200 but got 149 |
| PASS | elemOverflow.clientWidth is the width of the padding edge | |
| FAIL | elemOverflow.scrollHeight is the width of its scrolled contents (plus padding) | assert_equals: expected 290 but got 249 |
| PASS | elemNestedOverflow.clientHeight is the height of the padding edge | |
| FAIL | elemNestedOverflow.scrollHeight is the height of its scrolled contents (ignoring padding, since we overflowed) | assert_equals: expected 150 but got 149 |
| PASS | elemNestedOverflow.clientWidth is the height of the padding edge | |
| FAIL | elemNestedOverflow.scrollWidth is the width of its scrolled contents (ignoring padding, since we overflowed) | assert_equals: expected 250 but got 249 |
bundle built 2026-07-16T07:16:48.063Z