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

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

Issue 1417213006: Switch all LayoutTests to use new AX name calculation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix canvas-fallback-content-labels-expected.txt Created 5 years, 1 month 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 AXTitle: 11
12 AXRole: AXCell 12 AXRole: AXCell
13 AXDescription:
14 {0, 2}, {0, 2} 13 {0, 2}, {0, 2}
15 14
16 ---------------------- 15 ----------------------
17 { 1, 1 } 16 { 1, 1 }
18 AXTitle: 17
19 AXRole: AXCell 18 AXRole: AXCell
20 AXDescription:
21 {0, 2}, {0, 2} 19 {0, 2}, {0, 2}
22 20
23 ---------------------- 21 ----------------------
24 { 3, 0 } 22 { 3, 0 }
25 AXTitle: 23
26 AXRole: AXCell 24 AXRole: AXCell
27 AXDescription:
28 {2, 2}, {0, 1} 25 {2, 2}, {0, 1}
29 26
30 ---------------------- 27 ----------------------
31 { 2, 0 } 28 { 2, 0 }
32 AXTitle: 29
33 AXRole: AXCell 30 AXRole: AXCell
34 AXDescription:
35 {2, 2}, {0, 1} 31 {2, 2}, {0, 1}
36 32
37 ---------------------- 33 ----------------------
38 { 2, 3 } 34 { 2, 3 }
39 AXTitle: 35
40 AXRole: AXCell 36 AXRole: AXCell
41 AXDescription:
42 {2, 1}, {3, 1} 37 {2, 1}, {3, 1}
43 38
44 ---------------------- 39 ----------------------
45 { 10, 10 } 40 { 10, 10 }
46 41
47 {0, 0}, {0, 0} 42 {0, 0}, {0, 0}
48 43
49 44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698