NEW 260780
[Interop 2021][CSS Transforms] css/css-transforms/transform-transformed-tr-percent-height-child.html fails
https://bugs.webkit.org/show_bug.cgi?id=260780
Summary [Interop 2021][CSS Transforms] css/css-transforms/transform-transformed-tr-pe...
Matt Woodrow
Reported 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.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-08-27 20:27:59 PDT
Ahmad Saleem
Comment 2 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
Note You need to log in before you can comment on or make changes to this bug.