Skip to content

Commit

Permalink
Core-AAM: More fixes for IAccessible2 assertions (web-platform-tests#…
Browse files Browse the repository at this point in the history
  • Loading branch information
joanmarie authored and halindrome committed Oct 12, 2017
1 parent 3b3f7fe commit 858a4d9
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions core-aam/aria-colcount_new-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
"test" : {
"IAccessible2" : [
[
"result",
"property",
"groupPosition",
"contains",
"similarItemsInGroup=3"
"similarItemsInGroup:3"
]
]
},
Expand Down
4 changes: 2 additions & 2 deletions core-aam/aria-colindex_new-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"colindex:3"
],
[
"result",
"property",
"groupPosition",
"contains",
"positionInGroup=3"
"positionInGroup:3"
]
],
"UIA" : [
Expand Down
4 changes: 2 additions & 2 deletions core-aam/aria-level_on_non-heading-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"level:5"
],
[
"result",
"property",
"groupPosition",
"contains",
"groupLevel=5"
"groupLevel:5"
]
],
"UIA" : [
Expand Down
4 changes: 2 additions & 2 deletions core-aam/aria-posinset-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"posinset:2"
],
[
"result",
"property",
"groupPosition",
"contains",
"positionInGroup=2"
"positionInGroup:2"
]
],
"UIA" : [
Expand Down
4 changes: 2 additions & 2 deletions core-aam/aria-roledescription_new-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
],
"IAccessible2" : [
[
"result",
"localizedExtendedRole()",
"property",
"localizedExtendedRole",
"is",
"hello world"
]
Expand Down
4 changes: 2 additions & 2 deletions core-aam/aria-rowcount_new-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
"test" : {
"IAccessible2" : [
[
"result",
"property",
"groupPosition",
"contains",
"similarItemsInGroup=3"
"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 @@ -64,10 +64,10 @@
"test" : {
"IAccessible2" : [
[
"result",
"property",
"groupPosition",
"contains",
"positionInGroup=3"
"positionInGroup:3"
]
]
},
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 @@ -35,7 +35,7 @@
],
"IAccessible2" : [
[
"result",
"property",
"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 @@ -35,7 +35,7 @@
],
"IAccessible2" : [
[
"result",
"property",
"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 @@ -35,13 +35,13 @@
],
"IAccessible2" : [
[
"result",
"property",
"currentValue",
"is",
"5"
],
[
"result",
"property",
"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 @@ -35,7 +35,7 @@
],
"IAccessible2" : [
[
"result",
"property",
"accValue",
"is",
"hello world"
Expand Down

0 comments on commit 858a4d9

Please sign in to comment.