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

Unified Diff: content/test/data/accessibility/aria/aria-row-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-row-attr-expected-blink.txt
diff --git a/content/test/data/accessibility/aria/aria-row-attr-expected-blink.txt b/content/test/data/accessibility/aria/aria-row-attr-expected-blink.txt
index 9440ddd86d5093afd956f9d22e071f34be91f5b2..0370517289246d1d68b8aa5dcf9b817201f73403 100644
--- a/content/test/data/accessibility/aria/aria-row-attr-expected-blink.txt
+++ b/content/test/data/accessibility/aria/aria-row-attr-expected-blink.txt
@@ -1,20 +1,20 @@
rootWebArea
++grid ariaRowCount=5
++++row
-++++++columnHeader name='cell 2' ariaRowIndex=3
+++++++columnHeader name='cell 2' ariaCellRowIndex=3
++++++++staticText name='cell 2'
++++++++++inlineTextBox name='cell 2'
-++++++columnHeader name='cell 3' ariaRowIndex=3
+++++++columnHeader name='cell 3' ariaCellRowIndex=3
++++++++staticText name='cell 3'
++++++++++inlineTextBox name='cell 3'
-++++++columnHeader name='cell 4' ariaRowIndex=3
+++++++columnHeader name='cell 4' ariaCellRowIndex=3
++++++++staticText name='cell 4'
++++++++++inlineTextBox name='cell 4'
-++++row ariaRowIndex=4
-++++++cell name='cell 2' ariaRowIndex=4
+++++row ariaCellRowIndex=4
+++++++cell name='cell 2' ariaCellRowIndex=4
++++++++staticText name='cell 2'
++++++++++inlineTextBox name='cell 2'
-++++++cell name='cell 3' ariaRowIndex=4
+++++++cell name='cell 3' ariaCellRowIndex=4
++++++++staticText name='cell 3'
++++++++++inlineTextBox name='cell 3'
++++column
« no previous file with comments | « content/test/data/accessibility/aria/aria-row-attr.html ('k') | third_party/closure_compiler/externs/automation.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698