This WPT test fails on WebKit: http://wpt.live/css/css-grid/grid-items/grid-item-min-auto-size-001.html results: https://wpt.fyi/results/css/css-grid/grid-items/grid-item-min-auto-size-001.html?label=master&label=experimental&product=chrome&product=edge&product=firefox&product=safari&product=webkitgtk&aligned This test was added by https://bugs.chromium.org/p/chromium/issues/detail?id=682869 Its likely a similar issue its happening on WebKit than the one reported there for Chromium.
The WPT flexbox test which was added to WPT on the same Chromium bug from above also fails on WebKit http://wpt.live/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_min-auto-size.html So its likely the same issue or very related
Created attachment 399880 [details] Patch
Comment on attachment 399880 [details] Patch Thanks for the fix. r=me
Comment on attachment 399880 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=399880&action=review > LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_min-auto-size.html:1 > +<!DOCTYPE html> Mmm, shouldn't this new test appear in some w3c-import.log file?
(In reply to Manuel Rego Casasnovas from comment #4) > Comment on attachment 399880 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=399880&action=review > > > LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_min-auto-size.html:1 > > +<!DOCTYPE html> > > Mmm, shouldn't this new test appear in some w3c-import.log file? Actually this test is already imported... I guess you need to update your trunk and rebase this patch.
Created attachment 399884 [details] Patch
Comment on attachment 399884 [details] Patch Thanks, rebased the patch.
Committed r261974: <https://trac.webkit.org/changeset/261974> All reviewed patches have been landed. Closing bug and clearing flags on attachment 399884 [details].
<rdar://problem/63470417>