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

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

Issue 2797463002: Added some more roles to the list of roles that calculate their names from content. (Closed)
Patch Set: Fixed test expectations. 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 57c2c66f394d66530c3a581768f98a94365fe3bb..3accb5594aab8ed7bbc5549df540014cf4c53b5b 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
++table ariaColCount=5
++++row
-++++++columnHeader ariaColIndex=2
+++++++columnHeader name='cell 2' ariaColIndex=2
++++++++staticText name='cell 2'
++++++++++inlineTextBox name='cell 2'
-++++++columnHeader ariaColIndex=4
+++++++columnHeader name='cell 4' ariaColIndex=4
++++++++staticText name='cell 4'
++++++++++inlineTextBox name='cell 4'
-++++++columnHeader ariaColIndex=5
+++++++columnHeader name='cell 5' ariaColIndex=5
++++++++staticText name='cell 5'
++++++++++inlineTextBox name='cell 5'
++++row
-++++++cell ariaColIndex=2
+++++++cell name='cell 2' ariaColIndex=2
++++++++staticText name='cell 2'
++++++++++inlineTextBox name='cell 2'
-++++++cell ariaColIndex=3
+++++++cell name='cell 3' ariaColIndex=3
++++++++staticText name='cell 3'
++++++++++inlineTextBox name='cell 3'
-++++++cell ariaColIndex=4
+++++++cell name='cell 4' ariaColIndex=4
++++++++staticText name='cell 4'
++++++++++inlineTextBox name='cell 4'
-++++++cell ariaColIndex=5
+++++++cell name='cell 5' ariaColIndex=5
++++++++staticText name='cell 5'
++++++++++inlineTextBox name='cell 5'
++++column
@@ -28,4 +28,3 @@ rootWebArea
++++column
++++column
++++tableHeaderContainer
-<-- End-of-file -->

Powered by Google App Engine
This is Rietveld 408576698