Bug 277156 - NEW TEST (281089@main): [ iOS 17 ] 2x accessibility/mixed-contenteditable-* is flaky failing.
Summary: NEW TEST (281089@main): [ iOS 17 ] 2x accessibility/mixed-contenteditable-* i...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-07-26 11:50 PDT by Anfernee Viduya
Modified: 2024-07-26 14:33 PDT (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 Anfernee Viduya 2024-07-26 11:50:42 PDT
accessibility/mixed-contenteditable-double-br-visible-character-range-hang.html
accessibility/mixed-contenteditable-visible-character-range-hang.html 
is flaky failing on iOS 17. 

HISTORY: 
https://results.webkit.org/?suite=layout-tests&suite=layout-tests&test=accessibility%2Fmixed-contenteditable-double-br-visible-character-range-hang.html&test=accessibility%2Fmixed-contenteditable-visible-character-range-hang.html&recent=false

DIFF:
accessibility/mixed-contenteditable-double-br-visible-character-range-hang.html
-#body AXVisibleCharacterRange: {569, 569}
+#body AXVisibleCharacterRange: {0, 569}

accessibility/mixed-contenteditable-visible-character-range-hang.html
-#body AXVisibleCharacterRange: {558, 558}
+#body AXVisibleCharacterRange: {0, 558}

LINK: 
https://build.webkit.org/results/Apple-iOS-17-Simulator-Release-WK2-Tests/281399@main%20(4545)/accessibility/mixed-contenteditable-double-br-visible-character-range-hang-diff.txt
https://build.webkit.org/results/Apple-iOS-17-Simulator-Release-WK2-Tests/281399@main%20(4545)/accessibility/mixed-contenteditable-visible-character-range-hang-diff.txt

DESCRIPTION: 
On 281089@main both of the test was added and has been flaky failing since.
Comment 1 Radar WebKit Bug Importer 2024-07-26 11:50:53 PDT
<rdar://problem/132587324>
Comment 2 Anfernee Viduya 2024-07-26 12:17:45 PDT
REPRODUCIBILITY: 
I was able to reproduce this issue on ToT using command. 

run-webkit-tests 281089@main accessibility/mixed-contenteditable-double-br-visible-character-range-hang.html --ios-simulator --iterations=10

run-webkit-tests 281089@main accessibility/mixed-contenteditable-visible-character-range-hang.html  --ios-simulator --iterations=10
Comment 3 EWS 2024-07-26 14:32:25 PDT
Test gardening commit 281417@main (d44703f325af): <https://commits.webkit.org/281417@main>

Reviewed commits have been landed. Closing PR #31314 and removing active labels.
Comment 4 Anfernee Viduya 2024-07-26 14:33:53 PDT
(In reply to EWS from comment #3)
> Test gardening commit 281417@main (d44703f325af):
> <https://commits.webkit.org/281417@main>
> 
> Reviewed commits have been landed. Closing PR #31314 and removing active
> labels.

With the above commit, tests were disabled.