| Summary: | Ensure that percent height children use right value for transformed table parts | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | bfulgham, karlcow, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | BrowserCompat, InRadar, WPTImpact |
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://wpt.live/css/css-transforms/transform-transformed-tr-percent-height-child.html | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=245496 https://bugs.webkit.org/show_bug.cgi?id=260780 |
||
|
Description
Ahmad Saleem
2023-06-21 15:18:32 PDT
Does that make fail new tests? Create a PR and ask for a review. PR (Draft) - https://github.com/WebKit/WebKit/pull/15185 Now it needs three changes:
const auto& cb = dynamicDowncast<RenderBox>(containingBlock);
LayoutUnit result = cb->clientLogicalHeight();
and also delete unused `containingBlockAsRenderBlock`.
|