Green up failing APZ reftests on Android with WebRender
Categories
(Core :: Graphics: WebRender, enhancement, P3)
Tracking
()
People
(Reporter: botond, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: wr-android)
Some APZ reftests are marked as failing on Android with WebRender:
- in layout/reftests/async-scrolling:
- checkerboard-2.html
- checkerboard-3.html
- position-fixed-async-zoom-1.html
- position-sticky-async-zoom-1.html
- dynamic-toolbar-fixed-bottom-1.html
- in gfx/layers/apz/test/reftest:
- pinch-zoom-position-sticky.html (this is tracked in bug 1569339)
We should get these tests passing. The position-{fixed,sticky}-async-zoom-1.html
tests in particular indicate that we haven't implemented correct positioning of fixed and sticky content when zoomed in, which can be quite user-noticeable.
Reporter | ||
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Comment 1•5 years ago
|
||
Ran through these tests locally and they are passing now.
Closing issue.
Reporter | ||
Comment 2•5 years ago
•
|
||
(In reply to Botond Ballo [:botond] [spotty responses until Feb 19] from comment #0)
- dynamic-toolbar-fixed-bottom-1.html
This one still has a fails-if(geckoview&&webrender)
annotation.
Comment 3•5 years ago
|
||
Good catch botond, only noticed the skip-if(!android) annotation.
Just tried running this and it is still failing.
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Comment 4•5 years ago
|
||
(In reply to Botond Ballo [:botond] from comment #2)
(In reply to Botond Ballo [:botond] [spotty responses until Feb 19] from comment #0)
- dynamic-toolbar-fixed-bottom-1.html
This one still has a
fails-if(geckoview&&webrender)
annotation.
This one was fixed in bug 1610731.
Description
•