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: | Accessibility | Assignee: | 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 | ||
Ben Schwartz
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/112688542>
Ben Schwartz
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.
EWS
Committed 266249@main (b7db5ca5dd5c): <https://commits.webkit.org/266249@main>
Reviewed commits have been landed. Closing PR #16006 and removing active labels.
Alexey Proskuryakov
Reopening, as the above was a test expectations update.