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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/aria-tables-expected.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 unified diff | Download patch
OLDNEW
1 col head 1 col head
2 col head 2 col head
3 col head 3 col head
4 row head 4 row head
5 data 5 data
6 row head 6 row head
7 row head 7 row head
8 row head 8 row head
9 col head 9 col head
10 End of test 10 End of test
11 11
12 AXRole: AXWebArea 12 AXRole: AXWebArea
13 AXRole: AXTable 13 AXRole: AXTable
14 AXRole: AXRow 14 AXRole: AXRow
15 AXRole: AXColumnHeader 15 AXRole: AXColumnHeader "col head"
16 AXRole: AXStaticText "col head" 16 AXRole: AXStaticText "col head"
17 AXRole: AXInlineTextBox "col head" 17 AXRole: AXInlineTextBox "col head"
18 AXRole: AXColumnHeader 18 AXRole: AXColumnHeader "col head"
19 AXRole: AXStaticText "col head" 19 AXRole: AXStaticText "col head"
20 AXRole: AXInlineTextBox "col head" 20 AXRole: AXInlineTextBox "col head"
21 AXRole: AXColumnHeader 21 AXRole: AXColumnHeader "col head"
22 AXRole: AXStaticText "col head" 22 AXRole: AXStaticText "col head"
23 AXRole: AXInlineTextBox "col head" 23 AXRole: AXInlineTextBox "col head"
24 AXRole: AXRow 24 AXRole: AXRow
25 AXRole: AXRowHeader 25 AXRole: AXRowHeader "row head"
26 AXRole: AXStaticText "row head" 26 AXRole: AXStaticText "row head"
27 AXRole: AXInlineTextBox "row head" 27 AXRole: AXInlineTextBox "row head"
28 AXRole: AXCell 28 AXRole: AXCell "data"
29 AXRole: AXStaticText "data" 29 AXRole: AXStaticText "data"
30 AXRole: AXInlineTextBox "data" 30 AXRole: AXInlineTextBox "data"
31 AXRole: AXRowHeader 31 AXRole: AXRowHeader "row head"
32 AXRole: AXStaticText "row head" 32 AXRole: AXStaticText "row head"
33 AXRole: AXInlineTextBox "row head" 33 AXRole: AXInlineTextBox "row head"
34 AXRole: AXRow 34 AXRole: AXRow
35 AXRole: AXRowHeader 35 AXRole: AXRowHeader "row head"
36 AXRole: AXStaticText "row head" 36 AXRole: AXStaticText "row head"
37 AXRole: AXInlineTextBox "row head" 37 AXRole: AXInlineTextBox "row head"
38 AXRole: AXRowHeader 38 AXRole: AXRowHeader "row head"
39 AXRole: AXStaticText "row head" 39 AXRole: AXStaticText "row head"
40 AXRole: AXInlineTextBox "row head" 40 AXRole: AXInlineTextBox "row head"
41 AXRole: AXColumnHeader 41 AXRole: AXColumnHeader "col head"
42 AXRole: AXStaticText "col head" 42 AXRole: AXStaticText "col head"
43 AXRole: AXInlineTextBox "col head" 43 AXRole: AXInlineTextBox "col head"
44 AXRole: AXParagraph 44 AXRole: AXParagraph
45 AXRole: AXStaticText "End of test" 45 AXRole: AXStaticText "End of test"
46 PASS successfullyParsed is true 46 PASS successfullyParsed is true
47 47
48 TEST COMPLETE 48 TEST COMPLETE
49 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698