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

Unified Diff: content/test/data/accessibility/aria/table-column-hidden-expected-mac.txt

Issue 2953363002: Updates table-like objects when cells are added or removed. (Closed)
Patch Set: Updates table-like objects when cell IDs are added or removed. Created 3 years, 6 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/table-column-hidden-expected-mac.txt
diff --git a/content/test/data/accessibility/aria/table-column-hidden-expected-mac.txt b/content/test/data/accessibility/aria/table-column-hidden-expected-mac.txt
new file mode 100644
index 0000000000000000000000000000000000000000..073f6635d169f41143bd8b02d77dfcd4bc1d58c4
--- /dev/null
+++ b/content/test/data/accessibility/aria/table-column-hidden-expected-mac.txt
@@ -0,0 +1,29 @@
+AXWebArea
+++AXGrid AXARIAColumnCount='4'
+++++AXRow
+++++++AXCell AXTitle='Month' AXARIAColumnIndex='1' AXARIARowIndex='1'
+++++++++AXStaticText AXValue='Month'
+++++++AXCell AXTitle='Day' AXARIAColumnIndex='2' AXARIARowIndex='1'
+++++++++AXStaticText AXValue='Day'
+++++++AXCell AXTitle='Weather' AXARIAColumnIndex='4' AXARIARowIndex='1'
+++++++++AXStaticText AXValue='Weather'
+++++AXRow
+++++++AXCell AXTitle='January' AXARIAColumnIndex='1' AXARIARowIndex='2'
+++++++++AXStaticText AXValue='January'
+++++++AXCell AXTitle='01' AXARIAColumnIndex='2' AXARIARowIndex='2'
+++++++++AXStaticText AXValue='01'
+++++++AXCell AXTitle='Sunny' AXARIAColumnIndex='4' AXARIARowIndex='2'
+++++++++AXStaticText AXValue='Sunny'
+++++AXRow
+++++++AXCell AXTitle='January' AXARIAColumnIndex='1' AXARIARowIndex='2'
+++++++++AXStaticText AXValue='January'
+++++++AXCell AXTitle='02' AXARIAColumnIndex='2' AXARIARowIndex='2'
+++++++++AXStaticText AXValue='02'
+++++++AXCell AXTitle='Rainy' AXARIAColumnIndex='4' AXARIARowIndex='2'
+++++++++AXStaticText AXValue='Rainy'
+++++AXColumn
+++++AXColumn
+++++AXColumn
+++++AXGroup
+++AXGroup
+++++AXStaticText AXValue='done'

Powered by Google App Engine
This is Rietveld 408576698