Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[EFL] Added new accessibility expectations after r153798.
https://bugs.webkit.org/show_bug.cgi?id=120354 Unreviewed EFL gardening. Patch by Krzysztof Czech <k.czech@samsung.com> on 2013-08-27 * platform/efl-wk1/accessibility/image-link-expected.txt: Added. * platform/efl-wk1/accessibility/image-map2-expected.txt: Added. * platform/efl-wk1/accessibility/table-cell-spans-expected.txt: Added. * platform/efl-wk1/accessibility/table-cells-expected.txt: Added. * platform/efl-wk2/accessibility/image-link-expected.txt: Added. * platform/efl-wk2/accessibility/image-map2-expected.txt: Added. * platform/efl-wk2/accessibility/table-cell-spans-expected.txt: * platform/efl-wk2/accessibility/table-cells-expected.txt: * platform/efl/TestExpectations: * platform/efl/accessibility/image-link-expected.txt: Removed. * platform/efl/accessibility/image-map2-expected.txt: Removed. Canonical link: https://commits.webkit.org/138326@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@154680 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
4bb0aa6
commit fa8b99b
Showing
12 changed files
with
648 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 44 additions & 0 deletions
44
LayoutTests/platform/efl-wk1/accessibility/image-link-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
Image link in the presence of inline continuations | ||
|
||
This test checks that the right accessibility tree is generated for a link inside an image | ||
|
||
|
||
AXRole: AXLink | ||
AXParent: AXGroup | ||
AXChildren: 1 | ||
AXPosition: { 8.000000, 101.000000 } | ||
AXSize: { 280.000000, 213.000000 } | ||
AXTitle: Delicious cake | ||
AXDescription: | ||
AXValue: <obj> | ||
AXFocusable: 1 | ||
AXFocused: 1 | ||
AXSelectable: 0 | ||
AXSelected: 0 | ||
AXMultiSelectable: 0 | ||
AXEnabled: 1 | ||
AXExpanded: 0 | ||
AXRequired: 0 | ||
AXChecked: 0 | ||
AXPlatformAttributes: html-id:test, toolkit:WebKitEfl | ||
|
||
Child 0: | ||
AXRole: AXImage | ||
AXParent: AXLink: Delicious cake | ||
AXChildren: 0 | ||
AXPosition: { 8.000000, 102.000000 } | ||
AXSize: { 280.000000, 210.000000 } | ||
AXTitle: Delicious cake | ||
AXDescription: Delicious cake | ||
AXFocusable: 0 | ||
AXFocused: 0 | ||
AXSelectable: 0 | ||
AXSelected: 0 | ||
AXMultiSelectable: 0 | ||
AXEnabled: 1 | ||
AXExpanded: 0 | ||
AXRequired: 0 | ||
AXChecked: 0 | ||
AXPlatformAttributes: toolkit:WebKitEfl | ||
|
||
|
60 changes: 60 additions & 0 deletions
60
LayoutTests/platform/efl-wk1/accessibility/image-map2-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
Image map - test 2 - 2 Links (alt tags) | ||
---------------------- | ||
AXRole: AXDiv | ||
AXParent: AXWebArea | ||
AXChildren: 0 | ||
AXPosition: { 8.000000, 8.000000 } | ||
AXSize: { 784.000000, 36.000000 } | ||
AXTitle: | ||
AXDescription: | ||
AXValue: Image map - test 2 - 2 Links (alt tags)<\n>----------------------<\n> | ||
AXFocusable: 0 | ||
AXFocused: 0 | ||
AXSelectable: 0 | ||
AXSelected: 0 | ||
AXMultiSelectable: 0 | ||
AXEnabled: 1 | ||
AXExpanded: 0 | ||
AXRequired: 0 | ||
AXChecked: 0 | ||
AXPlatformAttributes: html-id:result, toolkit:WebKitEfl | ||
------------ | ||
AXRole: AXLink | ||
AXParent: AXWebArea | ||
AXChildren: 0 | ||
AXPosition: { 18.000000, 55.000000 } | ||
AXSize: { 123.000000, 62.000000 } | ||
AXTitle: | ||
AXDescription: Link1 | ||
AXFocusable: 0 | ||
AXFocused: 0 | ||
AXSelectable: 0 | ||
AXSelected: 0 | ||
AXMultiSelectable: 0 | ||
AXEnabled: 1 | ||
AXExpanded: 0 | ||
AXRequired: 0 | ||
AXChecked: 0 | ||
AXPlatformAttributes: toolkit:WebKitEfl | ||
------------ | ||
AXRole: AXLink | ||
AXParent: AXWebArea | ||
AXChildren: 0 | ||
AXPosition: { 20.000000, 119.000000 } | ||
AXSize: { 122.000000, 14.000000 } | ||
AXTitle: | ||
AXDescription: Link2 | ||
AXFocusable: 0 | ||
AXFocused: 0 | ||
AXSelectable: 0 | ||
AXSelected: 0 | ||
AXMultiSelectable: 0 | ||
AXEnabled: 1 | ||
AXExpanded: 0 | ||
AXRequired: 0 | ||
AXChecked: 0 | ||
AXPlatformAttributes: toolkit:WebKitEfl | ||
------------ | ||
|
||
|
||
|
124 changes: 124 additions & 0 deletions
124
LayoutTests/platform/efl-wk1/accessibility/table-cell-spans-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,124 @@ | ||
Cell A | ||
COLSPAN="2" | ||
ROWSPAN="2" Cell B | ||
COLSPAN="2" | ||
2,3 2,4 | ||
Cell C | ||
ROWSPAN="2" 3,2 3,3 3,4 | ||
4,2 4,3 4,4 | ||
---------------------- | ||
{ 0, 0 } | ||
AXRole: AXCell | ||
AXParent: AXTable | ||
AXChildren: 0 | ||
AXPosition: { 152.000000, 9.000000 } | ||
AXSize: { 246.000000, 78.000000 } | ||
AXTitle: | ||
AXDescription: | ||
AXValue: Cell A<\n>COLSPAN="2"<\n>ROWSPAN="2" | ||
AXFocusable: 0 | ||
AXFocused: 0 | ||
AXSelectable: 1 | ||
AXSelected: 0 | ||
AXMultiSelectable: 0 | ||
AXEnabled: 1 | ||
AXExpanded: 0 | ||
AXRequired: 0 | ||
AXChecked: 0 | ||
AXPlatformAttributes: toolkit:WebKitEfl | ||
{0, 2}, {0, 2} | ||
|
||
---------------------- | ||
{ 1, 1 } | ||
AXRole: AXCell | ||
AXParent: AXTable | ||
AXChildren: 0 | ||
AXPosition: { 145.000000, 9.000000 } | ||
AXSize: { 247.000000, 78.000000 } | ||
AXTitle: | ||
AXDescription: | ||
AXValue: Cell A<\n>COLSPAN="2"<\n>ROWSPAN="2" | ||
AXFocusable: 0 | ||
AXFocused: 0 | ||
AXSelectable: 1 | ||
AXSelected: 0 | ||
AXMultiSelectable: 0 | ||
AXEnabled: 1 | ||
AXExpanded: 0 | ||
AXRequired: 0 | ||
AXChecked: 0 | ||
AXPlatformAttributes: toolkit:WebKitEfl | ||
{0, 2}, {0, 2} | ||
|
||
---------------------- | ||
{ 3, 0 } | ||
AXRole: AXCell | ||
AXParent: AXTable | ||
AXChildren: 0 | ||
AXPosition: { 145.000000, 87.000000 } | ||
AXSize: { 124.000000, 60.000000 } | ||
AXTitle: | ||
AXDescription: | ||
AXValue: Cell C<\n>ROWSPAN="2" | ||
AXFocusable: 0 | ||
AXFocused: 0 | ||
AXSelectable: 1 | ||
AXSelected: 0 | ||
AXMultiSelectable: 0 | ||
AXEnabled: 1 | ||
AXExpanded: 0 | ||
AXRequired: 0 | ||
AXChecked: 0 | ||
AXPlatformAttributes: toolkit:WebKitEfl | ||
{2, 2}, {0, 1} | ||
|
||
---------------------- | ||
{ 2, 0 } | ||
AXRole: AXCell | ||
AXParent: AXTable | ||
AXChildren: 0 | ||
AXPosition: { 145.000000, 87.000000 } | ||
AXSize: { 124.000000, 60.000000 } | ||
AXTitle: | ||
AXDescription: | ||
AXValue: Cell C<\n>ROWSPAN="2" | ||
AXFocusable: 0 | ||
AXFocused: 0 | ||
AXSelectable: 1 | ||
AXSelected: 0 | ||
AXMultiSelectable: 0 | ||
AXEnabled: 1 | ||
AXExpanded: 0 | ||
AXRequired: 0 | ||
AXChecked: 0 | ||
AXPlatformAttributes: toolkit:WebKitEfl | ||
{2, 2}, {0, 1} | ||
|
||
---------------------- | ||
{ 2, 3 } | ||
AXRole: AXCell | ||
AXParent: AXTable | ||
AXChildren: 0 | ||
AXPosition: { 514.000000, 87.000000 } | ||
AXSize: { 124.000000, 30.000000 } | ||
AXTitle: | ||
AXDescription: | ||
AXValue: 3,4 | ||
AXFocusable: 0 | ||
AXFocused: 0 | ||
AXSelectable: 1 | ||
AXSelected: 0 | ||
AXMultiSelectable: 0 | ||
AXEnabled: 1 | ||
AXExpanded: 0 | ||
AXRequired: 0 | ||
AXChecked: 0 | ||
AXPlatformAttributes: toolkit:WebKitEfl | ||
{2, 1}, {3, 1} | ||
|
||
---------------------- | ||
{ 10, 10 } | ||
|
||
{0, 0}, {0, 0} | ||
|
||
|
117 changes: 117 additions & 0 deletions
117
LayoutTests/platform/efl-wk1/accessibility/table-cells-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
Example #1: Nested Stubs | ||
Ruritanian | ||
Population | ||
Survey All | ||
Genders By Gender | ||
Males Females | ||
All Regions North 3333 1111 2222 | ||
South 3333 1111 2222 | ||
South 3333 1111 2222 | ||
South 3333 1111 2222 | ||
------------------------ | ||
[0,0] | ||
AXRole: AXCell | ||
AXParent: AXTable | ||
AXChildren: 0 | ||
AXPosition: { 233.000000, 27.000000 } | ||
AXSize: { 144.000000, 66.000000 } | ||
AXTitle: | ||
AXDescription: | ||
AXValue: Ruritanian<\n>Population <\n>Survey | ||
AXFocusable: 0 | ||
AXFocused: 0 | ||
AXSelectable: 1 | ||
AXSelected: 0 | ||
AXMultiSelectable: 0 | ||
AXEnabled: 1 | ||
AXExpanded: 0 | ||
AXRequired: 0 | ||
AXChecked: 0 | ||
AXPlatformAttributes: toolkit:WebKitEfl | ||
------------------------ | ||
[3,1] | ||
AXRole: AXCell | ||
AXParent: AXTable | ||
AXChildren: 0 | ||
AXPosition: { 437.000000, 57.000000 } | ||
AXSize: { 52.000000, 36.000000 } | ||
AXTitle: | ||
AXDescription: | ||
AXValue: Males | ||
AXFocusable: 0 | ||
AXFocused: 0 | ||
AXSelectable: 1 | ||
AXSelected: 0 | ||
AXMultiSelectable: 0 | ||
AXEnabled: 1 | ||
AXExpanded: 0 | ||
AXRequired: 0 | ||
AXChecked: 0 | ||
AXPlatformAttributes: toolkit:WebKitEfl | ||
------------------------ | ||
[1,1] | ||
AXRole: AXCell | ||
AXParent: AXTable | ||
AXChildren: 0 | ||
AXPosition: { 225.000000, 27.000000 } | ||
AXSize: { 143.000000, 66.000000 } | ||
AXTitle: | ||
AXDescription: | ||
AXValue: Ruritanian<\n>Population <\n>Survey | ||
AXFocusable: 0 | ||
AXFocused: 0 | ||
AXSelectable: 1 | ||
AXSelected: 0 | ||
AXMultiSelectable: 0 | ||
AXEnabled: 1 | ||
AXExpanded: 0 | ||
AXRequired: 0 | ||
AXChecked: 0 | ||
AXPlatformAttributes: toolkit:WebKitEfl | ||
------------------------ | ||
[2,2] | ||
AXRole: AXCell | ||
AXParent: AXTable | ||
AXChildren: 0 | ||
AXPosition: { 368.000000, 93.000000 } | ||
AXSize: { 69.000000, 30.000000 } | ||
AXTitle: | ||
AXDescription: | ||
AXValue: 3333 | ||
AXFocusable: 0 | ||
AXFocused: 0 | ||
AXSelectable: 1 | ||
AXSelected: 0 | ||
AXMultiSelectable: 0 | ||
AXEnabled: 1 | ||
AXExpanded: 0 | ||
AXRequired: 0 | ||
AXChecked: 0 | ||
AXPlatformAttributes: toolkit:WebKitEfl | ||
------------------------ | ||
[3,5] | ||
AXRole: AXCell | ||
AXParent: AXTable | ||
AXChildren: 0 | ||
AXPosition: { 437.000000, 183.000000 } | ||
AXSize: { 52.000000, 30.000000 } | ||
AXTitle: | ||
AXDescription: | ||
AXValue: 1111 | ||
AXFocusable: 0 | ||
AXFocused: 0 | ||
AXSelectable: 1 | ||
AXSelected: 0 | ||
AXMultiSelectable: 0 | ||
AXEnabled: 1 | ||
AXExpanded: 0 | ||
AXRequired: 0 | ||
AXChecked: 0 | ||
AXPlatformAttributes: toolkit:WebKitEfl | ||
------------------------ | ||
[100,0] | ||
|
||
------------------------ | ||
[0,100] | ||
|
||
|
Oops, something went wrong.