Bug 190980 - [LFC][IFC] Inline layout produces separate runs when float is present.
Summary: [LFC][IFC] Inline layout produces separate runs when float is present.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-10-26 22:01 PDT by zalan
Modified: 2018-10-29 13:32 PDT (History)
6 users (show)

See Also:


Attachments
Patch (15.24 KB, patch)
2018-10-26 22:11 PDT, zalan
no flags Details | Formatted Diff | Diff
Patch (15.22 KB, patch)
2018-10-26 22:17 PDT, zalan
koivisto: review+
ews-watchlist: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from ews201 for win-future (12.75 MB, application/zip)
2018-10-26 23:54 PDT, EWS Watchlist
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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>