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

Add WPT tests for TransformInterop feature. #23865

Merged
merged 1 commit into from
Jun 6, 2020

Commits on Jun 6, 2020

  1. Add WPT tests for TransformInterop feature.

    Also, fix one bug revealed by these tests: getBoundingClientRect
    was incorrect in cases where a transform is present, the containing
    block has a perspective transform, and there are intervening DOM
    elements. This was correctly implemented in PaintPropertyTreeBuilder,
    but getBoundingClientRect uses another code path that goes through
    LayoutObject::GetTransformFromContainer.
    
    Bug: 1008483
    
    Change-Id: Id075e3f3cfd9d6c725a724ad03534a4a2fc1d377
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2197895
    Commit-Queue: Chris Harrelson <chrishtr@chromium.org>
    Reviewed-by: Philip Rogers <pdr@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#775848}
    chrishtr authored and chromium-wpt-export-bot committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    8e92aa8 View commit details
    Browse the repository at this point in the history