[Webkit-unassigned] [Bug 260074] Updates special case for flex-box emulating webkit-box
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Sep 14 14:59:54 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=260074
--- Comment #5 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
(In reply to Ahmad Saleem from comment #1)
> Expected to fail, but passed: (2)
> imported/w3c/web-platform-tests/compat/webkit-box-fieldset.html
> imported/w3c/web-platform-tests/compat/webkit-box-rtl-flex.html
>
>
> Regressions: Unexpected text-only failures (1)
> imported/w3c/web-platform-tests/compat/webkit-box-vertically-centered.html
> [ Failure ]
>
> ____
>
> While running it on 'Compat' directory of WPT test cases.
Just to flag, this is because of following:
if (parent()->isRenderFlexibleBox() && (parent()->style().boxOrient() == BoxOrient::Horizontal || parent()->style().boxAlign() != BoxAlignment::Stretch))
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240914/e9f93611/attachment.htm>
More information about the webkit-unassigned
mailing list