[webkit-reviews] review granted: [Bug 205014] [LFC][IFC] fix fast/text/simple-lines-multiple-renderers-break.html : [Attachment 385165] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 9 10:23:40 PST 2019


Antti Koivisto <koivisto at iki.fi> has granted zalan <zalan at apple.com>'s request
for review:
Bug 205014: [LFC][IFC] fix fast/text/simple-lines-multiple-renderers-break.html
https://bugs.webkit.org/show_bug.cgi?id=205014

Attachment 385165: Patch

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




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

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

> Source/WebCore/ChangeLog:9
> +	   When dealing with series of runs
(<span>text</span><span>content</text>) a partial content does not

Closing <span> with </text>

> Source/WebCore/layout/inlineformatting/InlineFormattingContext.cpp:114
> -		   partialLeadingContentLength =
lineContent.partialContent->overlfowContentLength;
> +		   partialLeadingContentLength =
lineContent.partialContent->overflowContentLength;

Who reviews this stuff :(


More information about the webkit-reviews mailing list