Bug 190980

Summary: [LFC][IFC] Inline layout produces separate runs when float is present.
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, ews-watchlist, koivisto, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
koivisto: review+, ews-watchlist: commit-queue-
Archive of layout-test-results from ews201 for win-future none

Description zalan 2018-10-26 22:01:45 PDT
foo<img src="foobar.jpg" style="float: left">bar
produces 2 inline boxes (foo) and (bar)
while it is really just one continuous run (foobar)
Comment 1 zalan 2018-10-26 22:11:17 PDT
Created attachment 353221 [details]
Patch
Comment 2 zalan 2018-10-26 22:17:15 PDT
Created attachment 353222 [details]
Patch
Comment 3 EWS Watchlist 2018-10-26 23:54:37 PDT
Comment on attachment 353222 [details]
Patch

Attachment 353222 [details] did not pass win-ews (win):
Output: https://webkit-queues.webkit.org/results/9746494

New failing tests:
fast/block/basic/inline-content-with-floating-images2.html
Comment 4 EWS Watchlist 2018-10-26 23:54:48 PDT
Created attachment 353225 [details]
Archive of layout-test-results from ews201 for win-future

The attached test failures were seen while running run-webkit-tests on the win-ews.
Bot: ews201  Port: win-future  Platform: CYGWIN_NT-6.1-2.10.0-0.325-5-3-x86_64-64bit
Comment 5 zalan 2018-10-29 07:19:15 PDT
Committed r237548: <https://trac.webkit.org/changeset/237548>
Comment 6 Radar WebKit Bug Importer 2018-10-29 13:32:23 PDT
<rdar://problem/45647189>
Comment 7 Radar WebKit Bug Importer 2018-10-29 13:32:26 PDT
<rdar://problem/45647190>