Bug 102916 - [GTK] Accessibility test expected results adapt for ATK
Summary: [GTK] Accessibility test expected results adapt for ATK
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-21 03:05 PST by Mateusz Leszko
Modified: 2022-03-03 17:42 PST (History)
15 users (show)

See Also:


Attachments
patch proposition (20.01 KB, patch)
2012-11-23 08:38 PST, Mateusz Leszko
ews-feeder: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mateusz Leszko 2012-11-21 03:05:31 PST
Adapting accessibility tests expected result to ATK approach. Modifying expected role from MAC AXRoles to ATK roles.
Some accessiblity layout test in Webkit-gtk(and Webkit-efl soon) has wrong expected result. e.g.:

aria-presentational-role-expected.txt has expectation to return MAC role("AXLink") instead ATK role("link").
aria-scrollbar-role-actual.txt has expectation to return MAC role("AXScrollBar") instead ATK role("scroll bar").
canvas-fallback-content-actual.txt has expectation to return MAC role("AXButton") instead ATK role("push button").
canvas-fallback-content-actual.txt has expectation to return MAC role("AXRadioButton") instead ATK role("radio button").
Comment 1 Mateusz Leszko 2012-11-21 06:57:12 PST
I think we should move this tests from
LayoutTests/accessiblity to:
LayoutTests/platform/mac
and add modified copy to:
-LayoutTests/platform/chromium/accessiblity (with MAC roles expected)
and:
-LayoutTests/platform/efl/accessiblity (with ATK roles expected)
-LayoutTests/platform/gtk/accessiblity (with ATK roles expected)
Comment 2 Mateusz Leszko 2012-11-23 08:38:50 PST
Created attachment 175812 [details]
patch proposition

Not moving files like in first idea, but just creating new test and expectations for EFL and GTK.