Bug 259237

Summary: [contain-intrinsic-size] inherit keyword is non-functional
Product: WebKit Reporter: Tim Nguyen (:ntim) <ntim>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: rbuis, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=259246

Description Tim Nguyen (:ntim) 2023-07-14 20:54:12 PDT
data:text/html,<div style="contain-intrinsic-height: 200px"><div style="contain-intrinsic-height: inherit"></div></div>

getComputedStyle() on the nested div should have a value of 200px
Comment 1 Radar WebKit Bug Importer 2023-07-15 19:33:39 PDT
<rdar://problem/112338534>
Comment 2 Rob Buis 2023-07-28 02:26:24 PDT
This should be fixed by r266100.
Comment 3 Tim Nguyen (:ntim) 2023-07-28 09:33:08 PDT

*** This bug has been marked as a duplicate of bug 259270 ***