scrollbar-zoom-resolution-1.html fails with WebRender and the recent picture caching changes.
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | fixed |
People
(Reporter: gw, Assigned: kats)
References
Details
Attachments
(1 file)
In https://bugzilla.mozilla.org/show_bug.cgi?id=1558106 (which is not quite ready to land yet), I have disabled the scrollbar-zoom-resolution-1.html when WR is enabled.
What happens is that the test case doesn't display any scroll bars, because they are overwritten by the content frame.
Logging the values from the display list in add_scroll_frame:
add_scroll_frame TypedRect(784.0×984.0 at (0.0,0.0)) 9008.0×20016.0 SpatialNodeIndex(6)
add_scroll_frame TypedRect(784.0×984.0 at (0.0,0.0)) 4508.0×10016.0 SpatialNodeIndex(6)
The viewport rects are the same, but the content size has been scaled. This results in a clip region for the content frame being twice the size it should be.
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 1•7 years ago
|
||
For reference here's a try push from bug 1558106 showing the failure: https://treeherder.mozilla.org/#/jobs?repo=try&searchStr=linux%2Cx64%2Cquantumrender%2Copt%2Creftests%2Ctest-linux64-qr%2Fopt-reftest-e10s-5%2Cr%28r5%29&revision=241386990716cd1f73c790229c380a61361f03c8
Comment 2•7 years ago
|
||
The priority flag is not set for this bug.
:jbonisteel, could you have a look please?
For more information, please visit auto_nag documentation.
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 3•7 years ago
|
||
Looks like this test magically fixed itself: https://treeherder.mozilla.org/#/jobs?repo=try&group_state=expanded&revision=1b872f7b59afca88b5663c7070011d6d1d9f6f56
| Assignee | ||
Comment 4•7 years ago
|
||
Comment 6•7 years ago
|
||
| bugherder | ||
Comment 7•7 years ago
|
||
Might be interesting to know what fixed this.
Description
•