WPT
wpt / css / cssom-view / scroll-behavior-element.html
Spec: CSSOM View ↗
Runs: Chrome 155.0.8038.0 (wpt@b1a7025f8, 2026-09-02) | Firefox 157.0a1 (wpt@b1a7025f8, 2026-09-02) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-a7884 (wpt@b1a7025f8, 2026-09-02) | Servo Servo 0.5 (wpt@2ccd2cbf8, 2026-09-01) | Blitz 7727414ca (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 | 39/39 | 39/39 | 39/39 | 38/39 | 20/39 | 0/39 |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| Make sure the page is ready for animation. | PASS | PASS | PASS | PASS | FAIL | — |
| Element with auto scroll-behavior ; scroll() with default behavior | PASS | PASS | PASS | PASS | PASS | — |
| Element with auto scroll-behavior ; scroll() with auto behavior | PASS | PASS | PASS | PASS | PASS | — |
| Element with auto scroll-behavior ; scroll() with instant behavior | PASS | PASS | PASS | PASS | PASS | — |
| Element with auto scroll-behavior ; scroll() with smooth behavior | PASS | PASS | PASS | PASS | FAIL | — |
| Element with smooth scroll-behavior ; scroll() with default behavior | PASS | PASS | PASS | PASS | FAIL | — |
| Element with smooth scroll-behavior ; scroll() with auto behavior | PASS | PASS | PASS | PASS | FAIL | — |
| Element with smooth scroll-behavior ; scroll() with instant behavior | PASS | PASS | PASS | PASS | PASS | — |
| Element with smooth scroll-behavior ; scroll() with smooth behavior | PASS | PASS | PASS | PASS | FAIL | — |
| Element with auto scroll-behavior ; scrollTo() with default behavior | PASS | PASS | PASS | PASS | PASS | — |
| Element with auto scroll-behavior ; scrollTo() with auto behavior | PASS | PASS | PASS | PASS | PASS | — |
| Element with auto scroll-behavior ; scrollTo() with instant behavior | PASS | PASS | PASS | PASS | PASS | — |
| Element with auto scroll-behavior ; scrollTo() with smooth behavior | PASS | PASS | PASS | PASS | FAIL | — |
| Element with smooth scroll-behavior ; scrollTo() with default behavior | PASS | PASS | PASS | PASS | FAIL | — |
| Element with smooth scroll-behavior ; scrollTo() with auto behavior | PASS | PASS | PASS | PASS | FAIL | — |
| Element with smooth scroll-behavior ; scrollTo() with instant behavior | PASS | PASS | PASS | PASS | PASS | — |
| Element with smooth scroll-behavior ; scrollTo() with smooth behavior | PASS | PASS | PASS | PASS | FAIL | — |
| Element with auto scroll-behavior ; scrollBy() with default behavior | PASS | PASS | PASS | PASS | PASS | — |
| Element with auto scroll-behavior ; scrollBy() with auto behavior | PASS | PASS | PASS | PASS | PASS | — |
| Element with auto scroll-behavior ; scrollBy() with instant behavior | PASS | PASS | PASS | PASS | PASS | — |
| Element with auto scroll-behavior ; scrollBy() with smooth behavior | PASS | PASS | PASS | PASS | FAIL | — |
| Element with smooth scroll-behavior ; scrollBy() with default behavior | PASS | PASS | PASS | PASS | FAIL | — |
| Element with smooth scroll-behavior ; scrollBy() with auto behavior | PASS | PASS | PASS | PASS | FAIL | — |
| Element with smooth scroll-behavior ; scrollBy() with instant behavior | PASS | PASS | PASS | PASS | PASS | — |
| Element with smooth scroll-behavior ; scrollBy() with smooth behavior | PASS | PASS | PASS | PASS | FAIL | — |
| Element with auto scroll-behavior ; scrollIntoView() with default behavior | PASS | PASS | PASS | PASS | PASS | — |
| Element with auto scroll-behavior ; scrollIntoView() with auto behavior | PASS | PASS | PASS | PASS | PASS | — |
| Element with auto scroll-behavior ; scrollIntoView() with instant behavior | PASS | PASS | PASS | PASS | PASS | — |
| Element with auto scroll-behavior ; scrollIntoView() with smooth behavior | PASS | PASS | PASS | PASS | FAIL | — |
| Element with smooth scroll-behavior ; scrollIntoView() with default behavior | PASS | PASS | PASS | PASS | FAIL | — |
| Element with smooth scroll-behavior ; scrollIntoView() with auto behavior | PASS | PASS | PASS | PASS | FAIL | — |
| Element with smooth scroll-behavior ; scrollIntoView() with instant behavior | PASS | PASS | PASS | PASS | PASS | — |
| Element with smooth scroll-behavior ; scrollIntoView() with smooth behavior | PASS | PASS | PASS | PASS | FAIL | — |
| Set scrollLeft to element with auto scroll-behavior | PASS | PASS | PASS | PASS | PASS | — |
| Set scrollLeft to element with smooth scroll-behavior | PASS | PASS | PASS | PASS | FAIL | — |
| Set scrollTop to element with auto scroll-behavior | PASS | PASS | PASS | PASS | PASS | — |
| Set scrollTop to element with smooth scroll-behavior | PASS | PASS | PASS | PASS | FAIL | — |
| Aborting an ongoing smooth scrolling on an element with another smooth scrolling | PASS | PASS | PASS | PASS | PASS | — |
| Aborting an ongoing smooth scrolling on an element with an instant scrolling | PASS | PASS | PASS | FAIL | PASS | — |