NEW 145568
[CSS Box Alignment] Style changes cause excessive invalidations.
https://bugs.webkit.org/show_bug.cgi?id=145568
Summary [CSS Box Alignment] Style changes cause excessive invalidations.
Javier Fernandez
Reported 2015-06-02 13:41:30 PDT
The Layout Tests located at fast/repaint/{justify, align}-items-* cause an excessive number of unrelated paint invalidations; this is clearly appreciated in the tests expectations. After some initial investigation, it seems that the root cause is that changes on those properties cause a style Reattach, so children's xxx-self properties with auto values can be computed again using the new xxx-items value.
Attachments
Note You need to log in before you can comment on or make changes to this bug.