| Summary: | REGRESSION(r267878) [ATK] accessibility/spinbutton-crash.html is failing with wrong role | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
| Component: | Accessibility | Assignee: | 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 | ||
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?