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

Unified Diff: content/test/data/accessibility/aria/aria-col-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-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
new file mode 100644
index 0000000000000000000000000000000000000000..57c2c66f394d66530c3a581768f98a94365fe3bb
--- /dev/null
+++ b/content/test/data/accessibility/aria/aria-col-attr-expected-blink.txt
@@ -0,0 +1,31 @@
+rootWebArea
+++table ariaColCount=5
+++++row
+++++++columnHeader ariaColIndex=2
+++++++++staticText name='cell 2'
+++++++++++inlineTextBox name='cell 2'
+++++++columnHeader ariaColIndex=4
+++++++++staticText name='cell 4'
+++++++++++inlineTextBox name='cell 4'
+++++++columnHeader ariaColIndex=5
+++++++++staticText name='cell 5'
+++++++++++inlineTextBox name='cell 5'
+++++row
+++++++cell ariaColIndex=2
+++++++++staticText name='cell 2'
+++++++++++inlineTextBox name='cell 2'
+++++++cell ariaColIndex=3
+++++++++staticText name='cell 3'
+++++++++++inlineTextBox name='cell 3'
+++++++cell ariaColIndex=4
+++++++++staticText name='cell 4'
+++++++++++inlineTextBox name='cell 4'
+++++++cell ariaColIndex=5
+++++++++staticText name='cell 5'
+++++++++++inlineTextBox name='cell 5'
+++++column
+++++column
+++++column
+++++column
+++++tableHeaderContainer
+<-- End-of-file -->

Powered by Google App Engine
This is Rietveld 408576698