Bug 217260

Summary: REGRESSION(r267878) [ATK] accessibility/spinbutton-crash.html is failing with wrong role
Product: WebKit Reporter: Lauro Moura <lmoura>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: bugs-noreply, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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