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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/table-cell-spans-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 Cell A 1 Cell A
2 COLSPAN="2" 2 COLSPAN="2"
3 ROWSPAN="2" Cell B 3 ROWSPAN="2" Cell B
4 COLSPAN="2" 4 COLSPAN="2"
5 2,3 2,4 5 2,3 2,4
6 Cell C 6 Cell C
7 ROWSPAN="2" 3,2 3,3 3,4 7 ROWSPAN="2" 3,2 3,3 3,4
8 4,2 4,3 4,4 8 4,2 4,3 4,4
9 ---------------------- 9 ----------------------
10 { 0, 0 } 10 { 0, 0 }
11 11 Cell A COLSPAN="2" ROWSPAN="2"
12 AXRole: AXCell 12 AXRole: AXCell
13 {0, 2}, {0, 2} 13 {0, 2}, {0, 2}
14 14
15 ---------------------- 15 ----------------------
16 { 1, 1 } 16 { 1, 1 }
17 17 Cell A COLSPAN="2" ROWSPAN="2"
18 AXRole: AXCell 18 AXRole: AXCell
19 {0, 2}, {0, 2} 19 {0, 2}, {0, 2}
20 20
21 ---------------------- 21 ----------------------
22 { 3, 0 } 22 { 3, 0 }
23 23 Cell C ROWSPAN="2"
24 AXRole: AXCell 24 AXRole: AXCell
25 {2, 2}, {0, 1} 25 {2, 2}, {0, 1}
26 26
27 ---------------------- 27 ----------------------
28 { 2, 0 } 28 { 2, 0 }
29 29 Cell C ROWSPAN="2"
30 AXRole: AXCell 30 AXRole: AXCell
31 {2, 2}, {0, 1} 31 {2, 2}, {0, 1}
32 32
33 ---------------------- 33 ----------------------
34 { 2, 3 } 34 { 2, 3 }
35 35 3,4
36 AXRole: AXCell 36 AXRole: AXCell
37 {2, 1}, {3, 1} 37 {2, 1}, {3, 1}
38 38
39 ---------------------- 39 ----------------------
40 { 10, 10 } 40 { 10, 10 }
41 41
42 {0, 0}, {0, 0} 42 {0, 0}, {0, 0}
43 43
44 44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698