← 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.
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 | … |