RESOLVED FIXED231838
Regression (r284245) : [ macOS ] inspector/dom/getAccessibilityPropertiesForNode.html is failing
https://bugs.webkit.org/show_bug.cgi?id=231838
Summary Regression (r284245) : [ macOS ] inspector/dom/getAccessibilityPropertiesForN...
ayumi_kojima
Reported 2021-10-15 15:16:40 PDT
inspector/dom/getAccessibilityPropertiesForNode.html Is failing on macOS. History: https://results.webkit.org/?suite=layout-tests&test=inspector%2Fdom%2FgetAccessibilityPropertiesForNode.html According to the history, it looks like either https://trac.webkit.org/changeset/284245/webkit or https://trac.webkit.org/changeset/284244/webkit caused the failure. Diff: --- /Volumes/Data/worker/bigsur-release-applesilicon-tests-wk1/build/layout-test-results/inspector/dom/getAccessibilityPropertiesForNode-expected.txt +++ /Volumes/Data/worker/bigsur-release-applesilicon-tests-wk1/build/layout-test-results/inspector/dom/getAccessibilityPropertiesForNode-actual.txt @@ -447,6 +447,8 @@ label: role: group childNodeIds.length: 1 + ignored: true + ignoredByDefault: true parentNodeId: exists <div role="doc-pullquote">doc-pullquote</div> @@ -454,6 +456,8 @@ label: role: group childNodeIds.length: 1 + ignored: true + ignoredByDefault: true parentNodeId: exists <div role="doc-prologue">doc-prologue</div> @@ -551,6 +555,8 @@ label: role: group childNodeIds.length: 1 + ignored: true + ignoredByDefault: true parentNodeId: exists <div role="doc-errata">doc-errata</div> @@ -572,6 +578,8 @@ label: role: group childNodeIds.length: 1 + ignored: true + ignoredByDefault: true parentNodeId: exists <div role="doc-endnotes">doc-endnotes</div> @@ -593,6 +601,8 @@ label: role: group childNodeIds.length: 1 + ignored: true + ignoredByDefault: true parentNodeId: exists <div role="doc-credits">doc-credits</div> @@ -753,7 +763,6 @@ exists: true label: role: - childNodeIds.length: 1 disabled: true required: false @@ -788,7 +797,6 @@ exists: true label: role: - childNodeIds.length: 1 focused: false invalid: spelling required: false @@ -797,7 +805,6 @@ exists: true label: role: - childNodeIds.length: 1 focused: false required: true @@ -874,6 +881,8 @@ label: role: group childNodeIds.length: 1 + ignored: true + ignoredByDefault: true liveRegionAtomic: true liveRegionRelevant: additions,text liveRegionStatus: assertive @@ -884,6 +893,8 @@ label: role: group childNodeIds.length: 1 + ignored: true + ignoredByDefault: true liveRegionAtomic: false liveRegionRelevant: additions,text liveRegionStatus: polite @@ -894,6 +905,8 @@ label: role: group childNodeIds.length: 1 + ignored: true + ignoredByDefault: true parentNodeId: exists <div role="listbox" aria-busy="true">
Attachments
Radar WebKit Bug Importer
Comment 1 2021-10-15 15:16:56 PDT
ayumi_kojima
Comment 2 2021-10-15 15:28:58 PDT
r284244 has already been reverted. *** This bug has been marked as a duplicate of bug 231528 ***
Ryan Haddad
Comment 3 2021-10-15 17:04:03 PDT
This was caused by https://trac.webkit.org/changeset/284245/webkit, which was not reverted. Reopening.
Tyler Wilcock
Comment 4 2021-10-15 17:48:53 PDT
Reverting that one too, then. See https://webkit.org/b/231848.
Ryan Haddad
Comment 5 2021-10-19 14:58:49 PDT
Resolved by the revert in https://commits.webkit.org/243097@main
Note You need to log in before you can comment on or make changes to this bug.