Bug 231838
| Summary: | Regression (r284245) : [ macOS ] inspector/dom/getAccessibilityPropertiesForNode.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | ayumi_kojima |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| 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 | ||
ayumi_kojima
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/84318845>
ayumi_kojima
r284244 has already been reverted.
*** This bug has been marked as a duplicate of bug 231528 ***
Ryan Haddad
This was caused by https://trac.webkit.org/changeset/284245/webkit, which was not reverted. Reopening.
Tyler Wilcock
Reverting that one too, then. See https://webkit.org/b/231848.
Ryan Haddad
Resolved by the revert in https://commits.webkit.org/243097@main