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

Unified Diff: content/test/data/accessibility/aria/aria-col-attr-expected-blink.txt

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-expected-blink.txt
diff --git a/content/test/data/accessibility/aria/aria-col-attr-expected-blink.txt b/content/test/data/accessibility/aria/aria-col-attr-expected-blink.txt
index c96566df2634d6952d9b9c269792179316fb1151..501678c4ca2eb7d2bc04c7133813de7fa14b4751 100644
--- a/content/test/data/accessibility/aria/aria-col-attr-expected-blink.txt
+++ b/content/test/data/accessibility/aria/aria-col-attr-expected-blink.txt
@@ -1,26 +1,26 @@
rootWebArea
-++grid ariaColCount=5
+++grid ariaColumnCount=5
++++row
-++++++columnHeader name='cell 2' ariaColIndex=2
+++++++columnHeader name='cell 2' ariaCellColumnIndex=2
++++++++staticText name='cell 2'
++++++++++inlineTextBox name='cell 2'
-++++++columnHeader name='cell 4' ariaColIndex=4
+++++++columnHeader name='cell 4' ariaCellColumnIndex=4
++++++++staticText name='cell 4'
++++++++++inlineTextBox name='cell 4'
-++++++columnHeader name='cell 5' ariaColIndex=5
+++++++columnHeader name='cell 5' ariaCellColumnIndex=5
++++++++staticText name='cell 5'
++++++++++inlineTextBox name='cell 5'
++++row
-++++++cell name='cell 2' ariaColIndex=2
+++++++cell name='cell 2' ariaCellColumnIndex=2
++++++++staticText name='cell 2'
++++++++++inlineTextBox name='cell 2'
-++++++cell name='cell 3' ariaColIndex=3
+++++++cell name='cell 3' ariaCellColumnIndex=3
++++++++staticText name='cell 3'
++++++++++inlineTextBox name='cell 3'
-++++++cell name='cell 4' ariaColIndex=4
+++++++cell name='cell 4' ariaCellColumnIndex=4
++++++++staticText name='cell 4'
++++++++++inlineTextBox name='cell 4'
-++++++cell name='cell 5' ariaColIndex=5
+++++++cell name='cell 5' ariaCellColumnIndex=5
++++++++staticText name='cell 5'
++++++++++inlineTextBox name='cell 5'
++++column
« no previous file with comments | « content/test/data/accessibility/aria/aria-col-attr.html ('k') | content/test/data/accessibility/aria/aria-row-attr.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698