Bug 260780 - [Interop 2021][CSS Transforms] css/css-transforms/transform-transformed-tr-percent-height-child.html fails
Summary: [Interop 2021][CSS Transforms] css/css-transforms/transform-transformed-tr-pe...
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:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-08-27 20:27 PDT by Matt Woodrow
Modified: 2023-08-28 16:32 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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