Skip to content

Commit

Permalink
Fix issues in wai-aria and core-aam tests for UIA and IAccessible2 (w…
Browse files Browse the repository at this point in the history
…eb-platform-tests#8503)

* wai-aria: Update assertions for UIA

* core-aam: Update assertions for UIA; fix a couple of typos for IA2
  • Loading branch information
joanmarie authored and halindrome committed Nov 29, 2017
1 parent 7abede2 commit d5fc34a
Show file tree
Hide file tree
Showing 217 changed files with 346 additions and 324 deletions.
4 changes: 2 additions & 2 deletions core-aam/aria-checked_value_changes-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"event",
"type",
"is",
"TBD"
"TogglePattern.ToggleStateProperty"
]
]
},
Expand Down Expand Up @@ -111,7 +111,7 @@
"event",
"type",
"is",
"TBD"
"TogglePattern.ToggleStateProperty"
]
]
},
Expand Down
4 changes: 2 additions & 2 deletions core-aam/aria-expanded_value_changes-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"event",
"type",
"is",
"TBD"
"ExpandCollapsePattern.ExpandCollapseStateProperty"
]
]
},
Expand Down Expand Up @@ -123,7 +123,7 @@
"event",
"type",
"is",
"TBD"
"ExpandCollapsePattern.ExpandCollapseStateProperty"
]
]
},
Expand Down
4 changes: 2 additions & 2 deletions core-aam/aria-flowto-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"IAccessible2" : [
[
"relation",
"IA2_RELATION_FLOW_TO",
"IA2_RELATION_FLOWS_TO",
"is",
"[next]"
]
Expand Down Expand Up @@ -67,7 +67,7 @@
"IAccessible2" : [
[
"relation",
"IA2_RELATION_FLOW_FROM",
"IA2_RELATION_FLOWS_FROM",
"is",
"[test]"
]
Expand Down
10 changes: 2 additions & 8 deletions core-aam/aria-owns_may_need_manual_verification-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,9 @@
"UIA" : [
[
"property",
"TBD",
"Children",
"is",
"owned1"
],
[
"property",
"TBD",
"is",
"owned2"
"[owned1, owned2]"
]
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"UIA" : [
[
"property",
"Localized Control Type",
"Localized ControlType",
"is",
"Group"
]
Expand Down
2 changes: 1 addition & 1 deletion core-aam/aria-valuenow_value_changes-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"event",
"type",
"is",
"TBD"
"ValuePattern.ValueProperty"
]
]
},
Expand Down
2 changes: 1 addition & 1 deletion core-aam/progressbar-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"property",
"interfaces",
"contains",
"IAcesssibleValue"
"IAccessibleValue"
]
],
"MSAA" : [
Expand Down
2 changes: 1 addition & 1 deletion core-aam/region_without_an_accessible_name_new-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"UIA" : [
[
"property",
"Control Type",
"ControlType",
"is",
"Group"
]
Expand Down
2 changes: 1 addition & 1 deletion core-aam/scrollbar-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"property",
"interfaces",
"contains",
"IAcesssibleValue"
"IAccessibleValue"
]
],
"MSAA" : [
Expand Down
2 changes: 1 addition & 1 deletion core-aam/slider-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"property",
"interfaces",
"contains",
"IAcesssibleValue"
"IAccessibleValue"
]
],
"MSAA" : [
Expand Down
2 changes: 1 addition & 1 deletion core-aam/spinbutton-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"property",
"interfaces",
"contains",
"IAcesssibleValue"
"IAccessibleValue"
]
],
"MSAA" : [
Expand Down
2 changes: 1 addition & 1 deletion wai-aria/alertdialog_modal_false-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"UIA" : [
[
"property",
"Control Type",
"ControlType",
"is",
"Pane"
],
Expand Down
2 changes: 1 addition & 1 deletion wai-aria/alertdialog_modal_true-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"UIA" : [
[
"property",
"Control Type",
"ControlType",
"is",
"Pane"
],
Expand Down
4 changes: 2 additions & 2 deletions wai-aria/application_activedescendant-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@
"UIA" : [
[
"property",
"Control Type",
"ControlType",
"is",
"Pane"
],
[
"property",
"Localized Control Type",
"LocalizedControlType",
"is",
"application"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"event",
"type",
"is",
"IA2_EVENT_ACTIVE_DESCENDANT_CHANGED"
"EVENT_OBJECT_FOCUS"
]
],
"MSAA" : [
Expand All @@ -113,13 +113,13 @@
"UIA" : [
[
"property",
"Control Type",
"ControlType",
"is",
"Pane"
],
[
"property",
"Localized Control Type",
"LocalizedControlType",
"is",
"application"
],
Expand Down
4 changes: 2 additions & 2 deletions wai-aria/aria-current_not_declared-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@
"UIA" : [
[
"property",
"role",
"ControlType",
"is",
"ListItem"
],
[
"property",
"current",
"is",
"false"
""
]
]
},
Expand Down
6 changes: 3 additions & 3 deletions wai-aria/aria-current_with_value_changes-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
"UIA" : [
[
"property",
"objectAttributes",
"contains",
"current:false"
"current",
"is",
"false"
],
[
"event",
Expand Down
4 changes: 2 additions & 2 deletions wai-aria/aria-current_with_value_date-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
"UIA" : [
[
"property",
"role",
"is",
"controlPatterns",
"contains",
"TableItem"
],
[
Expand Down
2 changes: 1 addition & 1 deletion wai-aria/aria-current_with_value_location-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"UIA" : [
[
"property",
"role",
"ControlType",
"is",
"Image"
],
Expand Down
2 changes: 1 addition & 1 deletion wai-aria/aria-current_with_value_page-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"UIA" : [
[
"property",
"role",
"ControlType",
"is",
"HyperLink"
],
Expand Down
2 changes: 1 addition & 1 deletion wai-aria/aria-current_with_value_step-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"UIA" : [
[
"property",
"role",
"ControlType",
"is",
"HyperLink"
],
Expand Down
4 changes: 2 additions & 2 deletions wai-aria/aria-current_with_value_time-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
"UIA" : [
[
"property",
"role",
"is",
"controlPatterns",
"contains",
"TableItem"
],
[
Expand Down
2 changes: 1 addition & 1 deletion wai-aria/aria-current_with_value_true-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"UIA" : [
[
"property",
"role",
"ControlType",
"is",
"ListItem"
],
Expand Down
4 changes: 2 additions & 2 deletions wai-aria/aria-current_with_value_unspecified-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@
"UIA" : [
[
"property",
"role",
"ControlType",
"is",
"ListItem"
],
[
"property",
"current",
"is",
"false"
""
]
]
},
Expand Down
4 changes: 2 additions & 2 deletions wai-aria/article_in_feed_posinset_and_setsize-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@
"UIA" : [
[
"property",
"control type",
"ControlType",
"is",
"Group"
],
[
"property",
"localize control type",
"LocalizedControlType",
"is",
"article"
],
Expand Down
4 changes: 2 additions & 2 deletions wai-aria/article_in_feed_setsize_-1-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@
"UIA" : [
[
"property",
"control type",
"ControlType",
"is",
"Group"
],
[
"property",
"localize control type",
"LocalizedControlType",
"is",
"article"
],
Expand Down
4 changes: 2 additions & 2 deletions wai-aria/article_not_in_feed_posinset_and_setsize-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@
"UIA" : [
[
"property",
"control type",
"ControlType",
"is",
"Group"
],
[
"property",
"localize control type",
"LocalizedControlType",
"is",
"article"
],
Expand Down
8 changes: 4 additions & 4 deletions wai-aria/button_haspopup_unspecified-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@
"Button"
],
[
"Control Pattern",
"ExpandCollapse",
"exists",
"false"
"property",
"controlPatterns",
"doesNotContain",
"ExpandCollapse"
]
]
},
Expand Down
4 changes: 2 additions & 2 deletions wai-aria/button_roledescription_empty-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@
"UIA" : [
[
"property",
"Control Type",
"ControlType",
"is",
"Button"
],
[
"property",
"Localized Control Type",
"LocalizedControlType",
"is",
"Button"
]
Expand Down
4 changes: 2 additions & 2 deletions wai-aria/button_roledescription_valid-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@
"UIA" : [
[
"property",
"Control Type",
"ControlType",
"is",
"Button"
],
[
"property",
"Localized Control Type",
"LocalizedControlType",
"is",
"SassyButton"
]
Expand Down
Loading

0 comments on commit d5fc34a

Please sign in to comment.