Bug 265053 - REGRESSION (270453@main?): [iOS] imported/w3c/web-platform-tests/css/css-sizing/button-min-width.html is consistently failing
Summary: REGRESSION (270453@main?): [iOS] imported/w3c/web-platform-tests/css/css-sizi...
Status: RESOLVED DUPLICATE of bug 265500
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryan Haddad
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-11-17 10:55 PST by Ryan Haddad
Modified: 2023-11-28 22:11 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2023-11-17 10:55:03 PST
imported/w3c/web-platform-tests/css/css-sizing/button-min-width.html is consistently failing on iOS as of 270459@main, it was last passing on 270451@main.

--- /Volumes/Data/worker/iOS-17-Simulator-WPT-WK2-Tests-EWS/build/layout-test-results/imported/w3c/web-platform-tests/css/css-sizing/button-min-width-expected.txt
+++ /Volumes/Data/worker/iOS-17-Simulator-WPT-WK2-Tests-EWS/build/layout-test-results/imported/w3c/web-platform-tests/css/css-sizing/button-min-width-actual.txt
@@ -9,5 +9,5 @@
 Foo
 Bar
 
-PASS min-width should force all buttons to be 200px wide
+FAIL min-width should force all buttons to be 200px wide assert_equals: expected 200 but got 20
 
https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcss-sizing%2Fbutton-min-width.html&platform=ios
Comment 1 Radar WebKit Bug Importer 2023-11-17 10:55:19 PST
<rdar://problem/118572212>
Comment 2 Ryan Haddad 2023-11-17 10:56:06 PST
Regression range: https://commits.webkit.org/compare/270459@main...270452@main
Comment 3 Ryan Haddad 2023-11-17 10:58:45 PST
The test uses "writing-mode: vertical-rl", so maybe this is related to https://commits.webkit.org/270453@main?
Comment 4 Ryan Haddad 2023-11-17 11:03:29 PST
Pull request: https://github.com/WebKit/WebKit/pull/20684
Comment 5 EWS 2023-11-17 11:05:47 PST
Test gardening commit 270905@main (6078e234978a): <https://commits.webkit.org/270905@main>

Reviewed commits have been landed. Closing PR #20684 and removing active labels.
Comment 6 Tim Nguyen (:ntim) 2023-11-28 22:11:52 PST

*** This bug has been marked as a duplicate of bug 265500 ***