Line breaking requires some additional context that SLL can't provide atm.
<rdar://problem/49234033>
Created attachment 366296 [details] Patch
Comment on attachment 366296 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=366296&action=review > Source/WebCore/ChangeLog:9 > + Currently simple line layout can't provide the correct line breaking context to the inline boxtree when the boxtree is inline tree? > Source/WebCore/ChangeLog:10 > + generated using the simple line runs. This patch limits the generation of such trees to single line. Multiline content will to single lines > LayoutTests/fast/text/simple-line-layout-and-multiline-inlineboxtree.html:7 > + internals.settings.setSimpleLineLayoutDebugBordersEnabled(true); remove
Created attachment 366300 [details] Patch
Comment on attachment 366300 [details] Patch Clearing flags on attachment: 366300 Committed r243660: <https://trac.webkit.org/changeset/243660>
All reviewed patches have been landed. Closing bug.
<rdar://problem/49432521>