Bug 252327 - REGRESSION (258754@main): [ Monterey ] fast/forms/input-button-sizes.html is a constant failure.
Summary: REGRESSION (258754@main): [ Monterey ] fast/forms/input-button-sizes.html is ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Nguyen (:ntim)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-02-15 10:49 PST by Bri Harris
Modified: 2023-02-15 18:02 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bri Harris 2023-02-15 10:49:49 PST
fast/forms/input-button-sizes.html 

is a constant failure across Monterey. 

HISTORY:
https://results.webkit.org/?suite=layout-tests&test=fast%2Fforms%2Finput-button-sizes.html


I was able to replicate this failure on Monterey ToT as follows:

run-webkit-tests fast/forms/input-button-sizes.html 


DIFF TEXT:

@@ -92,14 +92,14 @@
             text run at (0,0) width 97: "Test Button"
       RenderText {#text} at (533,30) size 5x18
         text run at (533,30) width 5: " "
-      RenderButton {INPUT} at (537,23) size 116x28 [color=#000000D8] [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+      RenderButton {INPUT} at (537,23) size 117x28 [color=#000000D8] [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
         RenderBlock (anonymous) at (8,2) size 100x23
           RenderText at (0,0) size 100x23
             text run at (0,0) width 100: "Test Button"
-      RenderText {#text} at (653,30) size 4x18
-        text run at (653,30) width 4: " "
+      RenderText {#text} at (653,30) size 5x18
+        text run at (653,30) width 5: " "
       RenderButton {INPUT} at (657,22) size 121x29 [color=#000000D8] [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-        RenderBlock (anonymous) at (8,2) size 105x24
-          RenderText at (0,0) size 105x24
-            text run at (0,0) width 105: "Test Button"
+        RenderBlock (anonymous) at (8,2) size 104x24
+          RenderText at (0,0) size 104x24
+            text run at (0,0) width 104: "Test Button"
       RenderText {#text} at (0,0) size 0x0
Comment 1 Radar WebKit Bug Importer 2023-02-15 10:50:08 PST
<rdar://problem/105504579>
Comment 2 Bri Harris 2023-02-15 11:26:36 PST
It appears this test has a regression point of 258754@main. I was able to verify the test was failing at 258755@main but passing at 258753@main and prior.
Comment 3 Tim Nguyen (:ntim) 2023-02-15 17:57:17 PST
Pull request: https://github.com/WebKit/WebKit/pull/10185
Comment 4 EWS 2023-02-15 18:02:09 PST
Committed 260340@main (8d49a9974356): <https://commits.webkit.org/260340@main>

Reviewed commits have been landed. Closing PR #10185 and removing active labels.