Bug 217260 - REGRESSION(r267878) [ATK] accessibility/spinbutton-crash.html is failing with wrong role
Summary: REGRESSION(r267878) [ATK] accessibility/spinbutton-crash.html is failing with...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-10-02 17:36 PDT by Lauro Moura
Modified: 2020-10-02 18:41 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lauro Moura 2020-10-02 17:36:24 PDT
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?
Comment 1 Radar WebKit Bug Importer 2020-10-02 17:36:34 PDT
<rdar://problem/69903512>