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

Unified Diff: content/test/data/accessibility/aria/table-column-hidden-expected-blink.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-blink.txt
diff --git a/content/test/data/accessibility/aria/table-column-hidden-expected-blink.txt b/content/test/data/accessibility/aria/table-column-hidden-expected-blink.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d9de919a728e84449169067698d6d42d11a37ef9
--- /dev/null
+++ b/content/test/data/accessibility/aria/table-column-hidden-expected-blink.txt
@@ -0,0 +1,39 @@
+rootWebArea
+++grid ariaColumnCount=4 tableRowCount=3 tableColumnCount=3 cellIds=columnHeader,columnHeader,columnHeader,cell,cell,cell,cell,cell,cell
+++++row
+++++++columnHeader name='Month' ariaCellColumnIndex=1 ariaCellRowIndex=1
+++++++++staticText name='Month'
+++++++++++inlineTextBox name='Month'
+++++++columnHeader name='Day' ariaCellColumnIndex=2 ariaCellRowIndex=1
+++++++++staticText name='Day'
+++++++++++inlineTextBox name='Day'
+++++++columnHeader name='Weather' ariaCellColumnIndex=4 ariaCellRowIndex=1
+++++++++staticText name='Weather'
+++++++++++inlineTextBox name='Weather'
+++++row
+++++++cell selectable name='January' ariaCellColumnIndex=1 ariaCellRowIndex=2
+++++++++staticText name='January'
+++++++++++inlineTextBox name='January'
+++++++cell selectable name='01' ariaCellColumnIndex=2 ariaCellRowIndex=2
+++++++++staticText name='01'
+++++++++++inlineTextBox name='01'
+++++++cell selectable name='Sunny' ariaCellColumnIndex=4 ariaCellRowIndex=2
+++++++++staticText name='Sunny'
+++++++++++inlineTextBox name='Sunny'
+++++row
+++++++cell selectable name='January' ariaCellColumnIndex=1 ariaCellRowIndex=2
+++++++++staticText name='January'
+++++++++++inlineTextBox name='January'
+++++++cell selectable name='02' ariaCellColumnIndex=2 ariaCellRowIndex=2
+++++++++staticText name='02'
+++++++++++inlineTextBox name='02'
+++++++cell selectable name='Rainy' ariaCellColumnIndex=4 ariaCellRowIndex=2
+++++++++staticText name='Rainy'
+++++++++++inlineTextBox name='Rainy'
+++++column
+++++column
+++++column
+++++tableHeaderContainer
+++paragraph
+++++staticText name='done'
+++++++inlineTextBox name='done'

Powered by Google App Engine
This is Rietveld 408576698