As Chromium layout tests have been moved to the web platform test, radiobutton-min-size.html test was also moved to WPT. - Chromium Bug: https://bugs.chromium.org/p/chromium/issues/detail?id=1063749 - Chromium patchset: https://chromium-review.googlesource.com/c/chromium/src/+/2132658. - WPT Test: http://wpt.live/css/css-flexbox/radiobutton-min-size.html But, the test is failing on Safari - https://wpt.fyi/results/css/css-flexbox/radiobutton-min-size.html?diff&filter=ADC&run_id=479960001&run_id=457370001. When WPT is synced into WebKit, the test expects to fail in WebKit. But, we think the two radio buttons should have the same size. Please, someone checks the test failure if the test in WebKit.
Created attachment 395650 [details] Screenshot when loading the test on Safari
This test also fails in Firefox and that's tracked by https://bugzilla.mozilla.org/show_bug.cgi?id=1687876. Firefox and Safari don't fail in exactly the same way, however, it's "expected 16 but got 14" in Firefox but "expected 0 but got 12" in Safari.