[Webkit-unassigned] [Bug 217260] New: REGRESSION(r267878) [ATK] accessibility/spinbutton-crash.html is failing with wrong role

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 2 17:36:24 PDT 2020


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

            Bug ID: 217260
           Summary: REGRESSION(r267878) [ATK]
                    accessibility/spinbutton-crash.html is failing with
                    wrong role
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: lmoura at igalia.com
                CC: webkit-bug-importer at group.apple.com

accessibility/spinbutton-crash.html

Diff:

--- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/accessibility/spinbutton-crash-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/accessibility/spinbutton-crash-actual.txt
@@ -4,7 +4,7 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


-spinner incrementer: AXRole: AXIncrementorArrow
+spinner incrementer: AXRole: AXUnknown
 PASS document.getElementById('number').value is '10'
 PASS document.getElementById('number').value is '5'
 PASS document.getElementById('number').value is ''

r267878 changed the spinner increment button (SpinButtonPart) to return AXIncrementorArrow instead of AXButton. A quick search does not show SpinButtonPart as something exported in ATK code. Should we skip it instead of marking as FAIL?

-- 
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/20201003/05e9d088/attachment-0001.htm>


More information about the webkit-unassigned mailing list