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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/table-detection-expected.txt

Issue 2867073003: Name calculation should not include nameFrom:author descendants. (Closed)
Patch Set: Rebase Created 3 years, 7 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 1
2 This should be a table because it has a thead. 2 This should be a table because it has a thead.
3 3
4 4
5 AXRole: AXTable 5 AXRole: AXTable
6 6
7 asdf asdf 7 asdf asdf
8 asdf asdf 8 asdf asdf
9 9
10 This should be a table because cells have borders. 10 This should be a table because cells have borders.
11 11
12 12
13 AXRole: AXTable 13 AXRole: AXTable
14 14
15 asdf asdf 15 asdf asdf
16 16
17 This should not be a table because its cells do not have borders. 17 This should not be a table because its cells do not have borders.
18 18
19 19
20 AXRole: AXGroup 20 AXRole: AXGenericContainer
21 21
22 asdf asdf 22 asdf asdf
23 23
24 This should be a table because a cell has a special attribute 24 This should be a table because a cell has a special attribute
25 25
26 26
27 AXRole: AXTable 27 AXRole: AXTable
28 28
29 asdf asdf 29 asdf asdf
30 30
(...skipping 15 matching lines...) Expand all
46 This should be a table because cells have different colors. 46 This should be a table because cells have different colors.
47 47
48 48
49 AXRole: AXTable 49 AXRole: AXTable
50 50
51 asdf asdf 51 asdf asdf
52 52
53 This should not be a table because cells have different but no spacing. 53 This should not be a table because cells have different but no spacing.
54 54
55 55
56 AXRole: AXGroup 56 AXRole: AXGenericContainer
57 57
58 asdf asdf 58 asdf asdf
59 59
60 This should not be a table because cells have the same colors even though there is spacing. 60 This should not be a table because cells have the same colors even though there is spacing.
61 61
62 62
63 AXRole: AXGroup 63 AXRole: AXGenericContainer
64 64
65 asdf asdf 65 asdf asdf
66 66
67 This should be a table because it has the "rules" attr. 67 This should be a table because it has the "rules" attr.
68 68
69 69
70 AXRole: AXTable 70 AXRole: AXTable
71 71
72 asdf asdf 72 asdf asdf
73 73
74 This should not be a table because it only has one valid cell (need more than on e). 74 This should not be a table because it only has one valid cell (need more than on e).
75 75
76 76
77 AXRole: AXGroup 77 AXRole: AXGenericContainer
78 78
79 Contributions 79 Contributions
80 80
81 This should not be a table because it does not have enough cell borders or backg round colors 81 This should not be a table because it does not have enough cell borders or backg round colors
82 82
83 83
84 AXRole: AXGroup 84 AXRole: AXGenericContainer
85 85
86 Politics 86 Politics
87 Decision '08 87 Decision '08
88 The debates 88 The debates
89 The White House 89 The White House
90 Capitol Hill 90 Capitol Hill
91 National Journal 91 National Journal
92 New York Times 92 New York Times
93 93
94 This should be a table because it's editable. 94 This should be a table because it's editable.
95 95
96 96
97 AXRole: AXTable 97 AXRole: AXTable
98 98
99 asdf asdf 99 asdf asdf
100 100
101 This should be a table because most cells have a top border. 101 This should be a table because most cells have a top border.
102 102
103 103
104 AXRole: AXTable 104 AXRole: AXTable
105 105
106 asdf asdf 106 asdf asdf
107 asdf asdf 107 asdf asdf
108 108
109 This should not be a table because cells have different borders. 109 This should not be a table because cells have different borders.
110 110
111 111
112 AXRole: AXGroup 112 AXRole: AXGenericContainer
113 113
114 asdf asdf 114 asdf asdf
115 asdf asdf 115 asdf asdf
116 116
117 This should be a table because it sets empty-cells: hide on the table. 117 This should be a table because it sets empty-cells: hide on the table.
118 118
119 119
120 AXRole: AXTable 120 AXRole: AXTable
121 121
122 asdf asdf 122 asdf asdf
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 asdf 163 asdf
164 asdf 164 asdf
165 asdf 165 asdf
166 asdf 166 asdf
167 asdf 167 asdf
168 asdf 168 asdf
169 asdf 169 asdf
170 asdf 170 asdf
171 asdf 171 asdf
172 172
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698