Open
Bug 1656792
Opened 4 years ago
Updated 4 years ago
Make layout/reftests/bugs/1078262-1.html pass on non WebRender with enabling partial pre-render on Android
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
NEW
People
(Reporter: hiro, Unassigned)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
The reftest fails on non WebRender on Android, and I've succeeded in writing another variant of the reftest which has no animation. Attaching file is the reftest. So, I am ~100% sure the failure reason is in our layerization code instead of partial pre-render code.
I am going to skip the reftest on geckoview&&!webrender in bug 1656418.
Reporter | ||
Updated•4 years ago
|
Attachment #9167567 -
Attachment is patch: true
Attachment #9167567 -
Attachment mime type: application/octet-stream → text/plain
Reporter | ||
Comment 1•4 years ago
|
||
Note that the refest does fail only if it runs with --run-until-failure. (at least on my environment)
Reporter | ||
Comment 2•4 years ago
|
||
I noticed that the test doesn't fail with layers.enable-tiles=false, also noticed with layers.tiles.edge-padding=false the test fails on a single run. There may be some rounding errors in tiled layer code.
You need to log in
before you can comment on or make changes to this bug.
Description
•