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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/table-cells-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 Example #1: Nested Stubs 1 Example #1: Nested Stubs
2 Ruritanian 2 Ruritanian
3 Population 3 Population
4 Survey All 4 Survey All
5 Genders By Gender 5 Genders By Gender
6 Males Females 6 Males Females
7 All Regions North 3333 1111 2222 7 All Regions North 3333 1111 2222
8 South 3333 1111 2222 8 South 3333 1111 2222
9 South 3333 1111 2222 9 South 3333 1111 2222
10 South 3333 1111 2222 10 South 3333 1111 2222
11 ------------------------ 11 ------------------------
12 [0,0] 12 [0,0]
13 13 Ruritanian Population Survey
14 AXRole: AXColumnHeader 14 AXRole: AXColumnHeader
15 ------------------------ 15 ------------------------
16 [3,1] 16 [3,1]
17 17 Males
18 AXRole: AXColumnHeader 18 AXRole: AXColumnHeader
19 ------------------------ 19 ------------------------
20 [1,1] 20 [1,1]
21 21 Ruritanian Population Survey
22 AXRole: AXColumnHeader 22 AXRole: AXColumnHeader
23 ------------------------ 23 ------------------------
24 [2,2] 24 [2,2]
25 25 3333
26 AXRole: AXCell 26 AXRole: AXCell
27 ------------------------ 27 ------------------------
28 [3,5] 28 [3,5]
29 29 1111
30 AXRole: AXCell 30 AXRole: AXCell
31 ------------------------ 31 ------------------------
32 [100,0] 32 [100,0]
33 33
34 ------------------------ 34 ------------------------
35 [0,100] 35 [0,100]
36 36
37 37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698