Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2664)

Unified Diff: content/test/data/accessibility/aria/aria-col-attr.html

Issue 2799443002: Implemented ARIA colindex, rowindex, colcount and rowcount for Chromevox. (Closed)
Patch Set: Fixed Blink test.# with '#' will be ignored, and an empty message aborts the commit. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/test/data/accessibility/aria/aria-col-attr.html
diff --git a/content/test/data/accessibility/aria/aria-col-attr.html b/content/test/data/accessibility/aria/aria-col-attr.html
index a77b5f630551d3dcaf3275beb1320a2567b01302..a4782a60f3ce4f92410e71b397badd33c3751441 100644
--- a/content/test/data/accessibility/aria/aria-col-attr.html
+++ b/content/test/data/accessibility/aria/aria-col-attr.html
@@ -3,7 +3,8 @@
@WIN-ALLOW:colindex*
@WIN-ALLOW:colspan*
@MAC-ALLOW:AXARIAColumn*
-@BLINK-ALLOW:ariaCol*
+@BLINK-ALLOW:ariaColumn*
+@BLINK-ALLOW:ariaCellColumn*
-->
<div role="grid" aria-colcount="5">
<div role="row">

Powered by Google App Engine
This is Rietveld 408576698