RESOLVED FIXED 205014
[LFC][IFC] fix fast/text/simple-lines-multiple-renderers-break.html
https://bugs.webkit.org/show_bug.cgi?id=205014
Summary [LFC][IFC] fix fast/text/simple-lines-multiple-renderers-break.html
zalan
Reported 2019-12-09 09:48:45 PST
ssia
Attachments
Patch (12.07 KB, patch)
2019-12-09 10:18 PST, zalan
koivisto: review+
Radar WebKit Bug Importer
Comment 1 2019-12-09 09:49:16 PST
zalan
Comment 2 2019-12-09 10:18:58 PST
Antti Koivisto
Comment 3 2019-12-09 10:23:40 PST
Comment on attachment 385165 [details] 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 :(
zalan
Comment 4 2019-12-09 10:24:21 PST
(In reply to Antti Koivisto from comment #3) > Comment on attachment 385165 [details] > 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> lol
zalan
Comment 5 2019-12-09 10:35:05 PST
Note You need to log in before you can comment on or make changes to this bug.