Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Gecko Bug 1648796] Mark a handful of tests with user-scalable=no. #24366

Merged
merged 1 commit into from Jun 29, 2020

Commits on Jun 26, 2020

  1. Mark a handful of tests with user-scalable=no.

    On Android, if user-scalable=no is not set, Gecko uses the "minimum scale size"
    as the scrollport size, to allow for the user zooming out all the way to the
    minimum allowed scale. This has a number of effects, such as dropping the
    layout scroll range to zero for the root scrollframe. This can causes a
    number of WPT tests to fail; they currently pass only because the minimum
    scale size changes take effect after the test is already done. However,
    moving the minimum scale size changes to happen earlier causes these tests
    to fail. It's better to modify the tests to disable this behaviour, so that the
    assumptions in the test are not invalidated.
    
    Differential Revision: https://phabricator.services.mozilla.com/D81355
    
    bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1648796
    gecko-commit: dc28a52cb810537acb394dd00d6cc91aeefa1063
    gecko-integration-branch: autoland
    gecko-reviewers: hiro
    staktrace authored and moz-wptsync-bot committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    156f434 View commit details
    Browse the repository at this point in the history