NEW 280413
[ macOS wk2 arm64 ] fast/forms/password-scrolled-after-caps-lock-toggled.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=280413
Summary [ macOS wk2 arm64 ] fast/forms/password-scrolled-after-caps-lock-toggled.html...
Anfernee Viduya
Reported 2024-09-26 09:20:07 PDT
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
Radar WebKit Bug Importer
Comment 1 2024-09-26 09:20:18 PDT
Anfernee Viduya
Comment 2 2024-09-26 09:33:43 PDT
EWS
Comment 3 2024-09-26 09:36:31 PDT
Test gardening commit 284291@main (c0f593cfe275): <https://commits.webkit.org/284291@main> Reviewed commits have been landed. Closing PR #34307 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.