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 up`overflow:scroll` not works, cannot scroll, no scrollbar #20863
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Test case:
the code above should be like the following, but in
overflow:scrollonly one block could be seen.In Firefox, there is a scroll bar that I can scroll it.

however, in Servo there is no scroll bar can scroll it. I cannot even use javascript to control it:

scroller1.scrollTop = 50;scroller1.scrollLeft = 50;This is the probable reason why
tests/wpt/web-platform-tests/css/cssom-view/elementScroll-002.htmlcannot pass.related: #19466