| Summary: | Updates special case for flex-box emulating webkit-box | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | bfulgham, sgill26, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | BrowserCompat, InRadar, WPTImpact |
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Ahmad Saleem
2023-08-11 10:12:26 PDT
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. Tried this but didn't work: if ((parent()->isDeprecatedFlexibleBox() || (parent()->isFlexibleBox() && (parent()->style().display() == DisplayType::Box || parent()->style().display() == DisplayType::InlineBox))) && (parent()->style().boxOrient() == BoxOrient::Horizontal || parent()->style().boxAlign() != BoxAlignment::Stretch)) |