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

Unified Diff: content/test/data/accessibility/aria/aria-treegrid-expected-android.txt

Issue 2825803002: Expose internal treegrid role, do some cleanup for table/grid/treegrid handling (Closed)
Patch Set: Expose table properties for <table role=grid> 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-treegrid-expected-android.txt
diff --git a/content/test/data/accessibility/aria/aria-treegrid-expected-android.txt b/content/test/data/accessibility/aria/aria-treegrid-expected-android.txt
index c7030169587a1fb3aef14b26b005215d1543f029..b933684326221f527c78df5c063bb522227a3fe0 100644
--- a/content/test/data/accessibility/aria/aria-treegrid-expected-android.txt
+++ b/content/test/data/accessibility/aria/aria-treegrid-expected-android.txt
@@ -1,12 +1,12 @@
android.webkit.WebView focusable focused scrollable
-++android.widget.GridView role_description='table' collection row_count=2 column_count=1
+++android.widget.GridView role_description='tree grid' collection row_count=2 column_count=1
++++android.view.View
++++++android.view.View role_description='cell' collection_item name='Cell at level 1' row_span=1 column_span=1
++++android.view.View
++++++android.view.View role_description='cell' collection_item name='Cell at level 2' row_index=1 row_span=1 column_span=1
++++android.view.View
++++android.view.View
-++android.widget.GridView role_description='table' collection row_count=1 column_count=1
+++android.widget.GridView role_description='tree grid' collection row_count=1 column_count=1
++++android.view.View
++++++android.view.View role_description='cell' collection_item name='Cell at level 1' row_span=1 column_span=1
++++android.view.View

Powered by Google App Engine
This is Rietveld 408576698