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

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

Issue 2539503003: ARIA 1.1: implementation for aria-col-* and aria-row-*. (Closed)
Patch Set: Fix bad rebase Created 4 years 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
new file mode 100644
index 0000000000000000000000000000000000000000..10f2ad990eec803e8c145bad2b77af09d4ea6d9a
--- /dev/null
+++ b/content/test/data/accessibility/aria/aria-row-attr-expected-blink.txt
@@ -0,0 +1,24 @@
+rootWebArea
+++table ariaRowCount=5
+++++row
+++++++columnHeader ariaRowIndex=3
+++++++++staticText name='cell 2'
+++++++++++inlineTextBox name='cell 2'
+++++++columnHeader ariaRowIndex=3
+++++++++staticText name='cell 3'
+++++++++++inlineTextBox name='cell 3'
+++++++columnHeader ariaRowIndex=3
+++++++++staticText name='cell 4'
+++++++++++inlineTextBox name='cell 4'
+++++row ariaRowIndex=4
+++++++cell ariaRowIndex=4
+++++++++staticText name='cell 2'
+++++++++++inlineTextBox name='cell 2'
+++++++cell ariaRowIndex=4
+++++++++staticText name='cell 3'
+++++++++++inlineTextBox name='cell 3'
+++++column
+++++column
+++++column
+++++tableHeaderContainer
+<-- End-of-file -->

Powered by Google App Engine
This is Rietveld 408576698