Bug 221450 - Image element as flex item with 100% width is not compressible
Summary: Image element as flex item with 100% width is not compressible
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-02-04 21:18 PST by Ting-Yu Lin
Modified: 2021-02-09 17:04 PST (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ting-Yu Lin 2021-02-04 21:18:32 PST
Steps to reproduce:
Load the testcase https://bugzilla.mozilla.org/attachment.cgi?id=9201228

Expected result:
The <image> should have the same width as <input>.

Actual result:
The <image> has its nature width.

Firefox Nightly gives the expect results. Please see the analysis of the testcase in https://bugzilla.mozilla.org/show_bug.cgi?id=1690635#c7
Comment 1 Radar WebKit Bug Importer 2021-02-09 16:55:37 PST
<rdar://problem/74166500>
Comment 2 Said Abou-Hallawa 2021-02-09 17:04:38 PST
This could be related to bug 221110.