Bug 247392 - Compute margins correctly when child's margin-box exceeds available width
Summary: Compute margins correctly when child's margin-box exceeds available width
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: https://jsfiddle.net/y7Lq1nv4/
Keywords: BrowserCompat, InRadar
Depends on:
Blocks:
 
Reported: 2022-11-02 17:06 PDT by Ahmad Saleem
Modified: 2024-05-23 17:52 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ahmad Saleem 2022-11-02 17:06:33 PDT
Hi Team,

Just going through Blink's Commit and came across following, where Webkit was still failing test case:

Commit - https://src.chromium.org/viewvc/blink?revision=174236&view=revision

and I wanted to create bug report to raise bug report, hence I am creating this bug report.

Thanks!
Comment 1 Radar WebKit Bug Importer 2022-11-09 16:07:16 PST
<rdar://problem/102165400>
Comment 2 Ahmad Saleem 2022-11-22 16:09:50 PST
Hi Team,

This patch has pre-requisite and I tried to merge them together here:

https://github.com/WebKit/WebKit/pull/6065

But unfortunately, I am not able to resolve build errors since this is getting bit compared to my C++ level, so I would leave above link for others to see latest try and also background of which other patch to merge together with this. Thanks!