Bug 260780

Summary: [Interop 2021][CSS Transforms] css/css-transforms/transform-transformed-tr-percent-height-child.html fails
Product: WebKit Reporter: Matt Woodrow <mattwoodrow>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ahmad.saleem792, bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=258372

Description Matt Woodrow 2023-08-27 20:27:51 PDT
This test is expecting a transformed <tr> ancestor to be the containing block for resolving percentage sizes of a descendant, and we don't handle that, since <tr> isn't a block.
Comment 1 Radar WebKit Bug Importer 2023-08-27 20:27:59 PDT
<rdar://problem/114542788>
Comment 2 Ahmad Saleem 2023-08-28 16:32:33 PDT
Just to add, I had this PR fixing this test case: https://github.com/WebKit/WebKit/pull/15185