Commit 7ec08ad1 authored by Alexander Surkov's avatar Alexander Surkov Committed by Commit Bot

DumpAccTree mac testing: explicit AXARIARowCount/Index property filtering

Bug: 1100991
Change-Id: Ie00ccd7659e131a20702b5b8a028cbd1289f1647
AX-Relnotes: n/a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341400
Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org>
Reviewed-by: default avatarDominic Mazzoni <dmazzoni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#796066}
parent 63d3c2cf
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
@WIN-ALLOW:rowcount* @WIN-ALLOW:rowcount*
@WIN-ALLOW:rowindex* @WIN-ALLOW:rowindex*
@MAC-ALLOW:AXARIAColumnCount @MAC-ALLOW:AXARIAColumnCount
@MAC-ALLOW:AXARIARow* @MAC-ALLOW:AXARIARowCount
@MAC-ALLOW:AXARIARowIndex
@BLINK-ALLOW:*ColumnCount* @BLINK-ALLOW:*ColumnCount*
@BLINK-ALLOW:ariaCellColumnIndex* @BLINK-ALLOW:ariaCellColumnIndex*
@BLINK-ALLOW:*RowCount* @BLINK-ALLOW:*RowCount*
......
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
@WIN-ALLOW:rowcount* @WIN-ALLOW:rowcount*
@WIN-ALLOW:rowindex* @WIN-ALLOW:rowindex*
@WIN-ALLOW:rowspan* @WIN-ALLOW:rowspan*
@MAC-ALLOW:AXARIARow* @MAC-ALLOW:AXARIARowCount
@MAC-ALLOW:AXARIARowIndex
@BLINK-ALLOW:ariaRow* @BLINK-ALLOW:ariaRow*
@BLINK-ALLOW:ariaCellRow* @BLINK-ALLOW:ariaCellRow*
@AURALINUX-ALLOW:rowcount* @AURALINUX-ALLOW:rowcount*
......
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
@WIN-ALLOW:rowindex* @WIN-ALLOW:rowindex*
@MAC-ALLOW:AXARIAColumnCount @MAC-ALLOW:AXARIAColumnCount
@MAC-ALLOW:AXARIAColumnIndex @MAC-ALLOW:AXARIAColumnIndex
@MAC-ALLOW:AXARIARow* @MAC-ALLOW:AXARIARowCount
@MAC-ALLOW:AXARIARowIndex
@BLINK-ALLOW:cellIds* @BLINK-ALLOW:cellIds*
@BLINK-ALLOW:*ColumnCount* @BLINK-ALLOW:*ColumnCount*
@BLINK-ALLOW:ariaCellColumnIndex* @BLINK-ALLOW:ariaCellColumnIndex*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment