Bug 252327
| Summary: | REGRESSION (258754@main): [ Monterey ] fast/forms/input-button-sizes.html is a constant failure. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Bri Harris <bharris9> |
| Component: | New Bugs | Assignee: | Tim Nguyen (:ntim) <ntim> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Bri Harris
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/105504579>
Bri Harris
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.
Tim Nguyen (:ntim)
Pull request: https://github.com/WebKit/WebKit/pull/10185
EWS
Committed 260340@main (8d49a9974356): <https://commits.webkit.org/260340@main>
Reviewed commits have been landed. Closing PR #10185 and removing active labels.