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

Unified Diff: content/test/data/accessibility/aria/aria-row-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-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 10f2ad990eec803e8c145bad2b77af09d4ea6d9a..f95baaf38e5a9c9f3c6911e82f671e8c72411fa5 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,24 +1,23 @@
rootWebArea
++table ariaRowCount=5
++++row
-++++++columnHeader ariaRowIndex=3
+++++++columnHeader name='cell 2' ariaRowIndex=3
++++++++staticText name='cell 2'
++++++++++inlineTextBox name='cell 2'
-++++++columnHeader ariaRowIndex=3
+++++++columnHeader name='cell 3' ariaRowIndex=3
++++++++staticText name='cell 3'
++++++++++inlineTextBox name='cell 3'
-++++++columnHeader ariaRowIndex=3
+++++++columnHeader name='cell 4' ariaRowIndex=3
++++++++staticText name='cell 4'
++++++++++inlineTextBox name='cell 4'
++++row ariaRowIndex=4
-++++++cell ariaRowIndex=4
+++++++cell name='cell 2' ariaRowIndex=4
++++++++staticText name='cell 2'
++++++++++inlineTextBox name='cell 2'
-++++++cell ariaRowIndex=4
+++++++cell name='cell 3' 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