Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upShould have a way to programmatically scroll for reftests #10530
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have a bunch of tests that test scrolling behaviors and right now can only be tested manually (e.g. the one introduced in PR #10529). It would be great if we could turn these into reftests. For this, we'll want an API that scrolls the page, perhaps
window.scrollTo().