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

Side by Side Diff: LayoutTests/accessibility/aria-tables-expected.txt

Issue 869253002: Aria table row and column headers are not exposed in accessibility (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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 unified diff | Download patch
OLDNEW
(Empty)
1 col head
2 col head
3 col head
4 row head
5 data
6 row head
7 row head
8 row head
9 col head
10 End of test
11
12 AXRole: AXWebArea AXValue:
13 AXRole: AXTable AXValue:
14 AXRole: AXRow AXValue:
15 AXRole: AXColumnHeader AXValue:
16 AXRole: AXStaticText AXValue: col head
17 AXRole: AXInlineTextBox AXValue: col head
18 AXRole: AXColumnHeader AXValue:
19 AXRole: AXStaticText AXValue: col head
20 AXRole: AXInlineTextBox AXValue: col head
21 AXRole: AXColumnHeader AXValue:
22 AXRole: AXStaticText AXValue: col head
23 AXRole: AXInlineTextBox AXValue: col head
24 AXRole: AXRow AXValue:
25 AXRole: AXRowHeader AXValue:
26 AXRole: AXStaticText AXValue: row head
27 AXRole: AXInlineTextBox AXValue: row head
28 AXRole: AXCell AXValue:
29 AXRole: AXStaticText AXValue: data
30 AXRole: AXInlineTextBox AXValue: data
31 AXRole: AXRowHeader AXValue:
32 AXRole: AXStaticText AXValue: row head
33 AXRole: AXInlineTextBox AXValue: row head
34 AXRole: AXRow AXValue:
35 AXRole: AXRowHeader AXValue:
36 AXRole: AXStaticText AXValue: row head
37 AXRole: AXInlineTextBox AXValue: row head
38 AXRole: AXRowHeader AXValue:
39 AXRole: AXStaticText AXValue: row head
40 AXRole: AXInlineTextBox AXValue: row head
41 AXRole: AXColumnHeader AXValue:
42 AXRole: AXStaticText AXValue: col head
43 AXRole: AXInlineTextBox AXValue: col head
44 AXRole: AXParagraph AXValue:
45 PASS successfullyParsed is true
46
47 TEST COMPLETE
48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698