Fix layout/reftests/bugs/1133905* so they work on Android
Categories
(Core :: Layout, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox52 | --- | wontfix |
People
(Reporter: aryx, Unassigned)
References
Details
Updated•9 years ago
|
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
Comment 3•9 years ago
|
||
Comment 4•9 years ago
|
||
Comment 5•9 years ago
|
||
Comment 6•9 years ago
|
||
Updated•9 years ago
|
Comment 7•8 years ago
|
||
Comment 9•6 years ago
|
||
As Bug 1504659 lands, it fixes some of these tests, and causes others to fail. It also regresses tests for Bug 1242172, probably for similar reasons.
Comment 10•6 years ago
|
||
One of the failure reason is that those reftests assume that the content is zoomed in/out automatically, but unfortunately we do explicitly set apz.allow_zooming false. So we need to set the pref for those tests explicitly. Anyway with my patch for bug 1520077 those tests start failing (the vertical scroll bar is rendered with my patch, I believe it's properly rendered as far as I can see the result on my android phone), so I am going to handle them in bug 1520077.
Comment 11•6 years ago
|
||
(In reply to Hiroyuki Ikezoe (:hiro) from comment #10)
One of the failure reason is that those reftests assume that the content is zoomed in/out automatically, but unfortunately we do explicitly set apz.allow_zooming false. So we need to set the pref for those tests explicitly. Anyway with my patch for bug 1520077 those tests start failing (the vertical scroll bar is rendered with my patch, I believe it's properly rendered as far as I can see the result on my android phone), so I am going to handle them in bug 1520077.
And we should also use reftest-async-zoom there as Markus suggested in bug 1133905 comment 27.
Updated•3 years ago
|
Description
•