Skip to content

Commit

Permalink
wai-aria: Fix three test assertions for MSAA+IAccessible2 (#7651)
Browse files Browse the repository at this point in the history
* Correct two typos
* Remove assertion for non-existant API from MSAA expectations
  • Loading branch information
joanmarie authored Oct 10, 2017
1 parent af00ca6 commit dca46a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
],
[
"property",
"objectAttrributes",
"objectAttributes",
"contains",
"rowspan:2"
],
Expand Down
6 changes: 0 additions & 6 deletions wai-aria/rowheader_aria-colspan_2_on_div-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@
"role",
"is",
"ROLE_SYSTEM_ROWHEADER"
],
[
"property",
"colspan",
"is",
"2"
]
],
"UIA" : [
Expand Down
2 changes: 1 addition & 1 deletion wai-aria/searchbox_readonly_true-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
],
[
"property",
"objectAttribute",
"objectAttributes",
"contains",
"text-input-type:search"
],
Expand Down

0 comments on commit dca46a0

Please sign in to comment.