In some cases, we have blocks that are scrollable in an html page, and we want to capture all of the information in that block as a screenshot. This is currently impossible with the current screenshots functionality. [Test page](data:text/html,<div style="overflow-y: scroll; height:50px;"><p>item</p><p>item</p><p>item</p></div>) Expected and actual results attached.
Bug 1520845 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
In some cases, we have blocks that are scrollable in an html page, and we want to capture all of the information in that block as a screenshot. This is currently impossible with the current screenshots functionality. Test page: data:text/html,<div style="overflow-y: scroll; height:50px;"><p>item</p><p>item</p><p>item</p></div> Expected and actual results attached.