[webkit-reviews] review granted: [Bug 205773] [LFC][Integration] Fix fast/repaint/simple-line-layout-shrinking-content.html : [Attachment 386777] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 5 00:05:48 PST 2020


Antti Koivisto <koivisto at iki.fi> has granted zalan <zalan at apple.com>'s request
for review:
Bug 205773: [LFC][Integration] Fix
fast/repaint/simple-line-layout-shrinking-content.html
https://bugs.webkit.org/show_bug.cgi?id=205773

Attachment 386777: Patch

https://bugs.webkit.org/attachment.cgi?id=386777&action=review




--- Comment #3 from Antti Koivisto <koivisto at iki.fi> ---
Comment on attachment 386777
  --> https://bugs.webkit.org/attachment.cgi?id=386777
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=386777&action=review

> Source/WebCore/rendering/RenderBlockFlow.cpp:3724
> +    repaintLogicalTop = contentBoxTop;
> +    repaintLogicalBottom = borderBoxBottom;

Shouldn't both these be from the same box?


More information about the webkit-reviews mailing list