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 Rendering | Assignee: | 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 |
Matt Woodrow
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/114542788>
Ahmad Saleem
Just to add, I had this PR fixing this test case: https://github.com/WebKit/WebKit/pull/15185