← back to v149 · programmatic-scroll-promise

conformance · v149

v149 · programmatic-scroll-promise — conformance probe

6 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.

browser: spec: https://drafts.csswg.org/cssom-view/#scrolling chromestatus: #5082138340491264 generated 2026-06-01T08:15:14Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
6
total
id contract kind verdict detail
scroll-to-returns-promise window.scrollTo returns a Promise (resolves on smooth-scroll completion). spec ↗ script
scroll-by-returns-promise window.scrollBy returns a Promise. spec ↗ script
element-scroll-to-returns-promise Element.prototype.scrollTo returns a Promise. spec ↗ script
scroll-into-view-returns-promise Element.prototype.scrollIntoView returns a Promise. spec ↗ script
scroll-behavior-smooth-supported CSS scroll-behavior: smooth (the trigger for animated scrolls) is supported. spec ↗ css-supports
scroll-promise-resolves-with-status Resolved value is an object whose 'interrupted' or 'finished' field signals completion status. spec ↗ script