inspector/dom/getAccessibilityPropertiesForNode.html is a constant failure on macOS. HISTORY: https://results.webkit.org/?suite=layout-tests&test=inspector%2Fdom%2FgetAccessibilityPropertiesForNode.html DIFF TEXT: @@ -4,7 +4,7 @@ exists: true label: role: - childNodeIds.length: 93 + childNodeIds.length: 92 Total elements to be tested: 122. @@ -291,6 +291,7 @@ exists: true label: role: combobox + childNodeIds.length: 1 controlledNodeIds.length: 1 focused: false ownedNodeIds.length: 1
I was able to replicate this failure on Ventura ToT as follows: run-webkit-tests --root inspector/dom/getAccessibilityPropertiesForNode.html --force I used force due to there being an expectation for the Flaky timeouts on Monterey. It is still giving a text diff failure. It appears to start consistently failing around 4/4/2023 near commit 262566@main.
<rdar://problem/107888356>
Created attachment 465850 [details] Patch
Comment on attachment 465850 [details] Patch Test failure on mac-as-debug-wk2 is unrelated, marking cq+
Committed 262854@main (304640c1b9e0): <https://commits.webkit.org/262854@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 465850 [details].