Skip to content

Commit

Permalink
Core-AAM: Fix method names in IAccessible2 assertions (web-platform-t…
Browse files Browse the repository at this point in the history
  • Loading branch information
joanmarie authored and halindrome committed Oct 11, 2017
1 parent afb8c2c commit 5e3ee1e
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion core-aam/aria-colcount_new-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"IAccessible2" : [
[
"result",
"IAccessible2::groupPosition()",
"groupPosition",
"contains",
"similarItemsInGroup=3"
]
Expand Down
2 changes: 1 addition & 1 deletion core-aam/aria-colindex_new-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
],
[
"result",
"IAccessible2::groupPosition()",
"groupPosition",
"contains",
"positionInGroup=3"
]
Expand Down
4 changes: 2 additions & 2 deletions core-aam/aria-colspan_new-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"colspan:3"
],
[
"result",
"IAccessibleTableCell::columnExtent()",
"property",
"columnExtent",
"is",
"3"
]
Expand Down
2 changes: 1 addition & 1 deletion core-aam/aria-level_on_non-heading-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
],
[
"result",
"IAccessible2::groupPosition()",
"groupPosition",
"contains",
"groupLevel=5"
]
Expand Down
2 changes: 1 addition & 1 deletion core-aam/aria-posinset-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
],
[
"result",
"IAccessible2::groupPosition()",
"groupPosition",
"contains",
"positionInGroup=2"
]
Expand Down
2 changes: 1 addition & 1 deletion core-aam/aria-rowcount_new-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"IAccessible2" : [
[
"result",
"IAccessible2::groupPosition()",
"groupPosition",
"contains",
"similarItemsInGroup=3"
]
Expand Down
4 changes: 2 additions & 2 deletions core-aam/aria-rowindex_new-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
"IAccessible2" : [
[
"result",
"IAccessible2::groupPosition()",
"groupPosition",
"contains",
"PositionInGroup=3"
"positionInGroup=3"
]
]
},
Expand Down
8 changes: 4 additions & 4 deletions core-aam/aria-rowspan_new-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"rowspan:2"
],
[
"result",
"IAccessibleTableCell::rowExtent()",
"contains",
"column=2"
"property",
"rowExtent",
"is",
"2"
]
],
"UIA" : [
Expand Down
2 changes: 1 addition & 1 deletion core-aam/aria-valuemax-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"IAccessible2" : [
[
"result",
"IAccessibleValue::maximumValue()",
"maximumValue",
"is",
"10"
]
Expand Down
2 changes: 1 addition & 1 deletion core-aam/aria-valuemin-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"IAccessible2" : [
[
"result",
"IAccessibleValue::minimumValue()",
"minimumValue",
"is",
"2"
]
Expand Down
4 changes: 2 additions & 2 deletions core-aam/aria-valuenow-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"IAccessible2" : [
[
"result",
"IAccessibleValue::currentValue()",
"currentValue",
"is",
"5"
],
[
"result",
"IAccessible::get_accValue()",
"accValue",
"is",
"5"
]
Expand Down
2 changes: 1 addition & 1 deletion core-aam/aria-valuetext-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"IAccessible2" : [
[
"result",
"IAccessible::get_accValue()",
"accValue",
"is",
"hello world"
],
Expand Down

0 comments on commit 5e3ee1e

Please sign in to comment.