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

layout_2020: Properly handle HTML element background #26121

Closed
wants to merge 1 commit into from

Commits on Apr 7, 2020

  1. layout_2020: Properly handle HTML element background

    The CSS Backgrounds and Borders specification describes the
    circumstances under which the HTML element's used style for backgrounds
    is determined by the BODY element. This change properly implements that
    behavior, fixing a variety of tests that expect the background specified
    on the BODY cover the entire page.
    
    Fixes: #25559
    mrobinson committed Apr 7, 2020
You can’t perform that action at this time.