Bug 280413
Summary: | [ macOS wk2 arm64 ] fast/forms/password-scrolled-after-caps-lock-toggled.html is a flaky failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Anfernee Viduya <aviduya> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | dbates, rniwa, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Anfernee Viduya
fast/forms/password-scrolled-after-caps-lock-toggled.html
is a flaky failure
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=fast%2Fforms%2Fpassword-scrolled-after-caps-lock-toggled.html&flavor=wk2&architecture=arm64
DIFF:
PASS document.getElementById('input').scrollLeft is non-zero.
After caps lock disabled:
-PASS document.getElementById('input').scrollLeft is 0
+FAIL document.getElementById('input').scrollLeft should be 0. Was 17.
Case 3: After selecting the first 2 characters:
-PASS document.getElementById('input').scrollLeft is 0
+FAIL document.getElementById('input').scrollLeft should be 0. Was 17.
After caps lock enabled:
PASS document.getElementById('input').scrollLeft is 0
@@ -34,11 +34,12 @@
PASS document.getElementById('input').scrollLeft is 0
After caps lock enabled:
-PASS document.getElementById('input').scrollLeft is non-zero.
+FAIL document.getElementById('input').scrollLeft should be non-zero. Was 0
After caps lock disabled:
-PASS document.getElementById('input').scrollLeft is 0
+FAIL document.getElementById('input').scrollLeft should be 0. Was 17.
PASS successfullyParsed is true
+Some tests failed.
TEST COMPLETE
DIFF LINK:
https://build.webkit.org/results/Apple-Sequoia-Release-AppleSilicon-WK2-Tests/284278%40main%20(76)/fast/forms/password-scrolled-after-caps-lock-toggled-diff.txt
REPRODUCIBILITY:
I was able to reproduce the issue on ToT using command:
run-webkit-tests fast/forms/password-scrolled-after-caps-lock-toggled.html --release --iterations=100
DESCRIPTION:
This test has been flaky failing for some time now.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/136759552>
Anfernee Viduya
Pull request: https://github.com/WebKit/WebKit/pull/34307
EWS
Test gardening commit 284291@main (c0f593cfe275): <https://commits.webkit.org/284291@main>
Reviewed commits have been landed. Closing PR #34307 and removing active labels.