[Webkit-unassigned] [Bug 96382] Android's mock scrollbars shows up as a difference in layout test results

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 12 06:25:16 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=96382


Peter Beverloo <peter at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jamesr at chromium.org,
                   |                            |skyostil at chromium.org




--- Comment #2 from Peter Beverloo <peter at chromium.org>  2012-09-12 06:25:40 PST ---
Android always uses the compositor, and forces it to be on. The scrollbars have been implemented in the compositor as well.

For the most accurate results, we'd need to turn the compositor on for all tests. This means that we'd have to add new baselines for (a) all text baselines, as they would now start showing layers, (b) all image baselines with a scrollbar and (c) image baselines needing other adjustments. Adding everything up, this means that we'd need new baselines for pretty much every test.

Maybe some intermediary result directory between chromium-linux and chromium-android, i.e. chromium-linux-compositing, could mean that we can still share many results with Linux (when/if they start forcing the compositor)...

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list