Bug 244799

Summary: [css-contain] Fix contain-inline-size-replaced.html
Product: WebKit Reporter: Rob Buis <rbuis>
Component: CSSAssignee: Rob Buis <rbuis>
Status: RESOLVED FIXED    
Severity: Normal CC: changseok, clopez, esprehn+autocc, ews-watchlist, glenn, kondapallykalyan, ntim, pdr, webkit-bug-importer, youennf, zalan
Priority: P2 Keywords: InRadar
Version: Safari 15   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
Patch
none
Patch
none
Patch
none
Patch none

Rob Buis
Reported 2022-09-05 03:23:12 PDT
Fix contain-inline-size-replaced.html.
Attachments
Patch (9.03 KB, patch)
2022-09-05 03:25 PDT, Rob Buis
no flags
Patch (10.42 KB, patch)
2022-09-05 12:21 PDT, Rob Buis
no flags
Patch (30.12 KB, patch)
2022-09-06 01:54 PDT, Rob Buis
no flags
Patch (30.30 KB, patch)
2022-09-06 06:27 PDT, Rob Buis
no flags
Patch (30.80 KB, patch)
2022-09-06 13:47 PDT, Rob Buis
no flags
Patch (30.93 KB, patch)
2022-09-07 01:04 PDT, Rob Buis
no flags
Patch (13.08 KB, patch)
2022-09-07 04:46 PDT, Rob Buis
no flags
Rob Buis
Comment 1 2022-09-05 03:25:24 PDT
Rob Buis
Comment 2 2022-09-05 12:21:21 PDT
Rob Buis
Comment 3 2022-09-06 01:54:58 PDT
EWS Watchlist
Comment 4 2022-09-06 01:56:34 PDT
This patch modifies the imported WPT tests. Please ensure that any changes on the tests (not coming from a WPT import) are exported to WPT. Please see https://trac.webkit.org/wiki/WPTExportProcess
Rob Buis
Comment 5 2022-09-06 06:27:01 PDT
Rob Buis
Comment 6 2022-09-06 13:47:24 PDT
Tim Nguyen (:ntim)
Comment 7 2022-09-06 23:26:39 PDT
Comment on attachment 462168 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=462168&action=review r=me > Source/WebCore/rendering/RenderReplaced.cpp:572 > + if (shouldApplyInlineSizeContainment()) > + return { }; You're using `{ }` here and `LayoutUnit()` above, can you be consistent if they're equivalent?
Rob Buis
Comment 8 2022-09-07 01:04:19 PDT
Rob Buis
Comment 9 2022-09-07 04:46:15 PDT
EWS
Comment 10 2022-09-07 06:13:01 PDT
Committed 254226@main (113089411a3a): <https://commits.webkit.org/254226@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 462178 [details].
Radar WebKit Bug Importer
Comment 11 2022-09-07 06:14:21 PDT
Note You need to log in before you can comment on or make changes to this bug.