Skip to content

Commit

Permalink
wai-aria: Correct several MSAA tests (#6908)
Browse files Browse the repository at this point in the history
  • Loading branch information
joanmarie authored and halindrome committed Aug 16, 2017
1 parent 5dcbb26 commit 06bbf9d
Show file tree
Hide file tree
Showing 28 changed files with 69 additions and 50 deletions.
5 changes: 3 additions & 2 deletions wai-aria/cell_aria-colspan_2_on_td_html_colspan_3-manual.html
Expand Up @@ -62,9 +62,10 @@
"objectAttributes",
"doesNotContain",
"colspan:2"
],
]
],
"MSAA" : [
[
"MSAA",
"property",
"role",
"is",
Expand Down
Expand Up @@ -62,9 +62,10 @@
"objectAttributes",
"doesNotContain",
"colspan:2"
],
]
],
"MSAA" : [
[
"MSAA",
"property",
"role",
"is",
Expand Down
Expand Up @@ -56,9 +56,10 @@
"objectAttributes",
"doesNotContain",
"colspan:2"
],
]
],
"MSAA" : [
[
"MSAA",
"property",
"role",
"is",
Expand Down
Expand Up @@ -68,9 +68,10 @@
"interfaces",
"contains",
"IAccessibleTableCell"
],
]
],
"MSAA" : [
[
"MSAA",
"property",
"role",
"is",
Expand Down
5 changes: 3 additions & 2 deletions wai-aria/cell_aria-rowspan_2_on_div-manual.html
Expand Up @@ -68,9 +68,10 @@
"interfaces",
"contains",
"IAccessibleTableCell"
],
]
],
"MSAA" : [
[
"MSAA",
"property",
"role",
"is",
Expand Down
5 changes: 3 additions & 2 deletions wai-aria/cell_aria-rowspan_2_on_td_html_rowspan_3-manual.html
Expand Up @@ -62,9 +62,10 @@
"objectAttributes",
"doesNotContain",
"rowspan:2"
],
]
],
"MSAA" : [
[
"MSAA",
"property",
"role",
"is",
Expand Down
Expand Up @@ -56,9 +56,10 @@
"objectAttributes",
"doesNotContain",
"rowspan:2"
],
]
],
"MSAA" : [
[
"MSAA",
"property",
"role",
"is",
Expand Down
Expand Up @@ -68,9 +68,10 @@
"interfaces",
"contains",
"IAccessibleTableCell"
],
]
],
"MSAA" : [
[
"MSAA",
"property",
"role",
"is",
Expand Down
5 changes: 3 additions & 2 deletions wai-aria/columnheader_aria-colspan_2_on_div-manual.html
Expand Up @@ -68,9 +68,10 @@
"interfaces",
"contains",
"IAccessibleTableCell"
],
]
],
"MSAA" : [
[
"MSAA",
"property",
"role",
"is",
Expand Down
Expand Up @@ -62,9 +62,10 @@
"objectAttributes",
"doesNotContain",
"colspan:2"
],
]
],
"MSAA" : [
[
"MSAA",
"property",
"role",
"is",
Expand Down
Expand Up @@ -56,9 +56,10 @@
"objectAttributes",
"doesNotContain",
"colspan:2"
],
]
],
"MSAA" : [
[
"MSAA",
"property",
"role",
"is",
Expand Down
Expand Up @@ -68,9 +68,10 @@
"interfaces",
"contains",
"IAccessibleTableCell"
],
]
],
"MSAA" : [
[
"MSAA",
"property",
"role",
"is",
Expand Down
5 changes: 3 additions & 2 deletions wai-aria/columnheader_aria-rowspan_2_on_div-manual.html
Expand Up @@ -68,9 +68,10 @@
"interfaces",
"contains",
"IAccessibleTableCell"
],
]
],
"MSAA" : [
[
"MSAA",
"property",
"role",
"is",
Expand Down
Expand Up @@ -62,9 +62,10 @@
"objectAttributes",
"doesNotContain",
"rowspan:2"
],
]
],
"MSAA" : [
[
"MSAA",
"property",
"role",
"is",
Expand Down
Expand Up @@ -56,9 +56,10 @@
"objectAttributes",
"doesNotContain",
"rowspan:2"
],
]
],
"MSAA" : [
[
"MSAA",
"property",
"role",
"is",
Expand Down
Expand Up @@ -68,9 +68,10 @@
"interfaces",
"contains",
"IAccessibleTableCell"
],
]
],
"MSAA" : [
[
"MSAA",
"property",
"role",
"is",
Expand Down
5 changes: 3 additions & 2 deletions wai-aria/gridcell_aria-colspan_2_on_div-manual.html
Expand Up @@ -68,9 +68,10 @@
"interfaces",
"contains",
"IAccessibleTableCell"
],
]
],
"MSAA" : [
[
"MSAA",
"property",
"role",
"is",
Expand Down
5 changes: 3 additions & 2 deletions wai-aria/gridcell_aria-rowspan_2_on_div-manual.html
Expand Up @@ -68,9 +68,10 @@
"interfaces",
"contains",
"IAccessibleTableCell"
],
]
],
"MSAA" : [
[
"MSAA",
"property",
"role",
"is",
Expand Down
2 changes: 1 addition & 1 deletion wai-aria/menubar_busy_false-manual.html
Expand Up @@ -80,7 +80,7 @@
[
"property",
"states",
"doesNotcontain",
"doesNotContain",
"STATE_SYSTEM_BUSY"
]
],
Expand Down
2 changes: 1 addition & 1 deletion wai-aria/menuitemcheckbox_posinset_and_setsize-manual.html
Expand Up @@ -128,7 +128,7 @@
[
"property",
"role",
"anyOf",
"isAny",
"[ROLE_SYSTEM_MENUITEM, ROLE_SYSTEM_CHECKBUTTON]"
]
],
Expand Down
2 changes: 1 addition & 1 deletion wai-aria/menuitemcheckbox_readonly_false-manual.html
Expand Up @@ -81,7 +81,7 @@
"property",
"role",
"isAny",
"ROLE_SYSTEM_CHECKBUTTON or ROLE_SYSTEM_MENUITEM"
"[ROLE_SYSTEM_CHECKBUTTON, ROLE_SYSTEM_MENUITEM]"
]
],
"UIA" : [
Expand Down
2 changes: 1 addition & 1 deletion wai-aria/menuitemcheckbox_readonly_true-manual.html
Expand Up @@ -75,7 +75,7 @@
"property",
"role",
"isAny",
"ROLE_SYSTEM_CHECKBUTTON or ROLE_SYSTEM_MENUITEM"
"[ROLE_SYSTEM_CHECKBUTTON, ROLE_SYSTEM_MENUITEM]"
],
[
"property",
Expand Down
2 changes: 1 addition & 1 deletion wai-aria/menuitemcheckbox_readonly_unspecified-manual.html
Expand Up @@ -75,7 +75,7 @@
"property",
"role",
"isAny",
"ROLE_SYSTEM_CHECKBUTTON or ROLE_SYSTEM_MENUITEM"
"[ROLE_SYSTEM_CHECKBUTTON, ROLE_SYSTEM_MENUITEM]"
]
],
"UIA" : [
Expand Down
2 changes: 1 addition & 1 deletion wai-aria/menuitemradio_posinset_and_setsize-manual.html
Expand Up @@ -128,7 +128,7 @@
[
"property",
"role",
"anyOf",
"isAny",
"[ROLE_SYSTEM_RADIOBUTTON, ROLE_SYSTEM_MENUITEM]"
]
],
Expand Down
4 changes: 2 additions & 2 deletions wai-aria/menuitemradio_readonly_false-manual.html
Expand Up @@ -74,8 +74,8 @@
[
"property",
"role",
"is",
"ROLE_SYSTEM_RADIOBUTTON or ROLE_SYSTEM_MENUITEM"
"isAny",
"[ROLE_SYSTEM_RADIOBUTTON, ROLE_SYSTEM_MENUITEM]"
]
],
"UIA" : [
Expand Down
4 changes: 2 additions & 2 deletions wai-aria/menuitemradio_readonly_true-manual.html
Expand Up @@ -80,8 +80,8 @@
[
"property",
"role",
"is",
"ROLE_SYSTEM_RADIOBUTTON or ROLE_SYSTEM_MENUITEM"
"isAny",
"[ROLE_SYSTEM_RADIOBUTTON, ROLE_SYSTEM_MENUITEM]"
],
[
"property",
Expand Down
4 changes: 2 additions & 2 deletions wai-aria/menuitemradio_readonly_unspecified-manual.html
Expand Up @@ -74,8 +74,8 @@
[
"property",
"role",
"is",
"ROLE_SYSTEM_RADIOBUTTON or ROLE_SYSTEM_MENUITEM"
"isAny",
"[ROLE_SYSTEM_RADIOBUTTON, ROLE_SYSTEM_MENUITEM]"
]
],
"UIA" : [
Expand Down
5 changes: 3 additions & 2 deletions wai-aria/rowheader_aria-rowspan_2_on_div-manual.html
Expand Up @@ -68,9 +68,10 @@
"interfaces",
"contains",
"IAccessibleTableCell"
],
]
],
"MSAA" : [
[
"MSAA",
"property",
"role",
"is",
Expand Down

0 comments on commit 06bbf9d

Please sign in to comment.