Bug 259412

Summary: REGRESSION(265878@main): [ Ventura accessibility-isolated-tree ] accessibility/content-editable-set-inner-text-generates-axvalue-notification.html is a consistent TEXT failure
Product: WebKit Reporter: Ben Schwartz <ben_schwartz>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: REOPENED ---    
Severity: Normal CC: andresg_22, tyler_w, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Ben Schwartz 2023-07-21 17:02:05 PDT
accessibility/content-editable-set-inner-text-generates-axvalue-notification.html

This test is a consistent TEXT failure on macOS Ventura E accessibility-isolated-tree.

HISTORY:

https://results.webkit.org/?suite=layout-tests&test=accessibility/content-editable-set-inner-text-generates-axvalue-notification.html

TEXT DIFF:

 Updated value: AXValue: Test1
 Updated value: AXValue: Test2
 Updated value: AXValue: Test3
-Updated value: AXValue: Test3Test4
+Updated value: AXValue: Test3
 PASS successfullyParsed is true
 
 TEST COMPLETE

DIFF URL:

https://build.webkit.org/results/Apple-Ventura-Release-WK2-Accessibility-Isolated-Tree-Tests/265878@main%20(1884)/accessibility/content-editable-set-inner-text-generates-axvalue-notification-pretty-diff.html

This link is currently throwing a 403 Forbidden error.
Comment 1 Radar WebKit Bug Importer 2023-07-21 17:02:21 PDT
<rdar://problem/112688542>
Comment 2 Ben Schwartz 2023-07-21 17:07:50 PDT
I was able to reproduce this bug on the reported platform running the test as follows:

run-api-tests --accessibility-isolated-tree accessibility/content-editable-set-inner-text-generates-axvalue-notification.html --verbose --force --iterations 10

I was able to bisect a regression point. This test reproduced at 265878@main, but it did not reproduce at 265877@main. Changes at 265878@main are directly related to this error, and is likely what caused the failure.
Comment 3 EWS 2023-07-24 09:12:44 PDT
Committed 266249@main (b7db5ca5dd5c): <https://commits.webkit.org/266249@main>

Reviewed commits have been landed. Closing PR #16006 and removing active labels.
Comment 4 Alexey Proskuryakov 2023-07-24 12:43:29 PDT
Reopening, as the above was a test expectations update.