Bug 231838 - Regression (r284245) : [ macOS ] inspector/dom/getAccessibilityPropertiesForNode.html is failing
Summary: Regression (r284245) : [ macOS ] inspector/dom/getAccessibilityPropertiesForN...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-10-15 15:16 PDT by ayumi_kojima
Modified: 2021-10-19 14:58 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 ayumi_kojima 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">
Comment 1 Radar WebKit Bug Importer 2021-10-15 15:16:56 PDT
<rdar://problem/84318845>
Comment 2 ayumi_kojima 2021-10-15 15:28:58 PDT
r284244 has already been reverted.

*** This bug has been marked as a duplicate of bug 231528 ***
Comment 3 Ryan Haddad 2021-10-15 17:04:03 PDT
This was caused by https://trac.webkit.org/changeset/284245/webkit, which was not reverted. Reopening.
Comment 4 Tyler Wilcock 2021-10-15 17:48:53 PDT
Reverting that one too, then. See https://webkit.org/b/231848.
Comment 5 Ryan Haddad 2021-10-19 14:58:49 PDT
Resolved by the revert in https://commits.webkit.org/243097@main