Created attachment 280281 [details] Actual result See the attached test.
Created attachment 280282 [details] Expected result
RenderBox::perpendicularContainingBlockLogicalHeight() needs to perform the same treatment to the element which dictates the return value for containingBlock()->availableLogicalHeight() as in https://bugs.webkit.org/show_bug.cgi?id=158245
I am not able to reproduce the bug, both "Actual" and "Expected" are same and matching with Chrome Canary 113 in behavior. Can we get rid of FIXME, if it is working fine now? @Alan & @Myles - any input - https://searchfox.org/wubkat/source/Source/WebCore/rendering/RenderBox.cpp#2277 or I am reproducing this bug wrong or missed something?
(In reply to Ahmad Saleem from comment #3) > I am not able to reproduce the bug, both "Actual" and "Expected" are same > and matching with Chrome Canary 113 in behavior. > > Can we get rid of FIXME, if it is working fine now? > > @Alan & @Myles - any input - > https://searchfox.org/wubkat/source/Source/WebCore/rendering/RenderBox. > cpp#2277 or I am reproducing this bug wrong or missed something? I came across this FIXME, while trying to look into this Blink Commit - https://chromium.googlesource.com/chromium/src.git/+/fed69992a9de1357f400379e13fa87dbeaae14b4 and noticing that we have not imported this test case and don't have similar code.