[Webkit-unassigned] [Bug 243804] New: REGRESSION (253038 at main): [ macOS ] inspector/dom/getAccessibilityPropertiesForNode.html is a consistent failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 10 17:14:40 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=243804

            Bug ID: 243804
           Summary: REGRESSION (253038 at main): [ macOS ]
                    inspector/dom/getAccessibilityPropertiesForNode.html
                    is a consistent failure
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rackler at apple.com

Description:
inspector/dom/getAccessibilityPropertiesForNode.html

The first failure I saw on the dashboard was on 8/2/2022 at 253038 at main.

REPRODUCTION STEPS
I can reproduce this on 253038 at main but cannot reproduce it on 253035 at main.

Command: 
run-webkit-tests --exit-after-n-failures 1 --exit-after-n-crashes-or-timeouts 1 --iterations 50 -f --no-retry inspector/dom/getAccessibilityPropertiesForNode.html

Result: 
Regressions: Unexpected text-only failures (1)
 inspector/dom/getAccessibilityPropertiesForNode.html [ Failure ]

History:
https://results.webkit.org/?suite=layout-tests&test=inspector%2Fdom%2FgetAccessibilityPropertiesForNode.html&platform=mac&limit=50000

Diff:
--- /Volumes/Data/worker/Apple-Monterey-Release-WK2-Tests/build/layout-test-results/inspector/dom/getAccessibilityPropertiesForNode-expected.txt
+++ /Volumes/Data/worker/Apple-Monterey-Release-WK2-Tests/build/layout-test-results/inspector/dom/getAccessibilityPropertiesForNode-actual.txt
@@ -294,6 +294,7 @@
     controlledNodeIds.length: 1
     focused: false
     ownedNodeIds.length: 1
+    parentNodeId: exists
     required: false
     isPopUpButton: true

@@ -304,6 +305,7 @@
     label:
     role: button
     focused: false
+    parentNodeId: exists
     required: false
     isPopUpButton: true

@@ -334,28 +336,33 @@
     ignored: true
     ignoredByDefault: true
     hidden: true
+    parentNodeId: exists

 <img src="data:image/gif..." alt="x">
     exists: true
     label: x
     role: image
+    parentNodeId: exists

 <img src="data:image/gif..." alt="">
     exists: true
     label:
     role: presentation
     ignored: true
+    parentNodeId: exists

 <img src="data:image/gif...">
     exists: true
     label:
     role: image
+    parentNodeId: exists

 <img src="./404.gif">
     exists: true
     label:
     role: presentation
     ignored: true
+    parentNodeId: exists

 <input style="display:none;">
     exists: false
@@ -370,6 +377,7 @@
     ignored: true
     ignoredByDefault: true
     hidden: true
+    parentNodeId: exists
     required: false

 <div role="radio" aria-checked="false">unchecked</div>
@@ -410,6 +418,7 @@
     role: radio
     checked: true
     focused: false
+    parentNodeId: exists
     required: false

 <input type="radio">
@@ -418,6 +427,7 @@
     role: radio
     checked: false
     focused: false
+    parentNodeId: exists
     required: false

 <div role="doc-toc">doc-toc</div>
@@ -730,6 +740,7 @@
     role: checkbox
     checked: true
     focused: false
+    parentNodeId: exists
     required: false

 <input type="checkbox">
@@ -738,6 +749,7 @@
     role: checkbox
     checked: false
     focused: false
+    parentNodeId: exists
     required: false

 <div role="textbox" tabindex="0" aria-disabled="true">disabled</div>
@@ -755,6 +767,7 @@
     role:
     childNodeIds.length: 1
     disabled: true
+    parentNodeId: exists
     required: false

 <div role="textbox" tabindex="0" aria-readonly="true">readonly</div>
@@ -772,6 +785,7 @@
     role:
     childNodeIds.length: 1
     focused: false
+    parentNodeId: exists
     readonly: true
     required: false

@@ -782,6 +796,7 @@
     childNodeIds.length: 1
     focused: false
     invalid: true
+    parentNodeId: exists
     required: false

 <input aria-invalid="spelling" value="invalid spelling">
@@ -791,6 +806,7 @@
     childNodeIds.length: 1
     focused: false
     invalid: spelling
+    parentNodeId: exists
     required: false

 <input aria-required="true" value="required">
@@ -799,6 +815,7 @@
     role:
     childNodeIds.length: 1
     focused: false
+    parentNodeId: exists
     required: true

 <input required="">
@@ -806,6 +823,7 @@
     label:
     role:
     focused: false
+    parentNodeId: exists
     required: true

 <input>
@@ -813,6 +831,7 @@
     label:
     role:
     focused: false
+    parentNodeId: exists
     required: false

 <div role="button" tabindex="0" aria-haspopup="true">Popup Button.</div>
@@ -829,12 +848,14 @@
     label:
     role: button
     focused: false
+    parentNodeId: exists

 <button></button>
     exists: true
     label:
     role: button
     focused: false
+    parentNodeId: exists

 <div role="button" tabindex="0" aria-pressed="false">Not Pressed.</div>
     exists: true
@@ -974,6 +995,7 @@
     label:
     role:
     ignored: true
+    ignoredByDefault: true
     parentNodeId: exists

 <script></script>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220811/a7625bba/attachment-0001.htm>


More information about the webkit-unassigned mailing list