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: Paint stacking contexts' overflow areas properly. #4460

Closed
wants to merge 2 commits into from

Commits on Jan 5, 2015

  1. layout: Paint stacking contexts' overflow areas properly.

    This was making `box-shadow` not show up in many cases, in particular,
    but the effects were not limited to that.
    pcwalton committed Jan 5, 2015
  2. layout: Explicitly thread border box dimensions and relative offsets

    through display list building.
    
    The old `flow_origin` concept was ill-defined (sometimes the border box
    plus the flow origin, sometimes including horizontal margins and
    sometimes not, sometimes including relative position and sometimes not),
    leading to brittleness and test failures. This commit reworks the logic
    to always pass border box origins in during display list building.
    pcwalton committed Jan 5, 2015
You can’t perform that action at this time.