1This test ensures that a table with display:block components is accessible.
2
3PASS: table.rowCount === 4
4PASS: table.columnCount === 3
5PASS: table.cellForColumnAndRow(0, 0).domIdentifier === "r0c0"
6PASS: table.cellForColumnAndRow(1, 0).domIdentifier === "r0c1"
7PASS: table.cellForColumnAndRow(2, 0).domIdentifier === "r0c2"
8PASS: table.cellForColumnAndRow(0, 1).domIdentifier === "r1c0"
9PASS: table.cellForColumnAndRow(1, 1).domIdentifier === "r1c1"
10PASS: table.cellForColumnAndRow(2, 1).domIdentifier === "r1c2"
11PASS: table.cellForColumnAndRow(0, 2).domIdentifier === "r2c0"
12PASS: table.cellForColumnAndRow(1, 2).domIdentifier === "r2c1"
13PASS: table.cellForColumnAndRow(2, 2).domIdentifier === "r2c2"
14PASS: table.cellForColumnAndRow(0, 3).domIdentifier === "r3c0"
15PASS: table.cellForColumnAndRow(1, 3).domIdentifier === "r3c1"
16PASS: table.cellForColumnAndRow(2, 3).domIdentifier === "r3c2"
17
18Performing search traversal of body.
19
20{#table AXRole: AXTable} (parent: {#body AXRole: AXGroup})
21
22{#r0 AXRole: AXRow} (parent: {#table AXRole: AXTable})
23
24{#r0c0 AXRole: AXCell} (parent: {#r0 AXRole: AXRow})
25
26{AXRole: AXStaticText AXValue: Author} (parent: {#r0c0 AXRole: AXCell})
27
28{#r0c1 AXRole: AXCell} (parent: {#r0 AXRole: AXRow})
29
30{AXRole: AXStaticText AXValue: Title} (parent: {#r0c1 AXRole: AXCell})
31
32{#r0c2 AXRole: AXCell} (parent: {#r0 AXRole: AXRow})
33
34{AXRole: AXStaticText AXValue: Year} (parent: {#r0c2 AXRole: AXCell})
35
36{#r1 AXRole: AXRow} (parent: {#table AXRole: AXTable})
37
38{#r1c0 AXRole: AXCell} (parent: {#r1 AXRole: AXRow})
39
40{AXRole: AXStaticText AXValue: Stephen Hawking} (parent: {#r1c0 AXRole: AXCell})
41
42{#r1c1 AXRole: AXCell} (parent: {#r1 AXRole: AXRow})
43
44{AXRole: AXStaticText AXValue: A Brief History of Time} (parent: {#r1c1 AXRole: AXCell})
45
46{#r1c2 AXRole: AXCell} (parent: {#r1 AXRole: AXRow})
47
48{AXRole: AXStaticText AXValue: 1988} (parent: {#r1c2 AXRole: AXCell})
49
50{#r2 AXRole: AXRow} (parent: {#table AXRole: AXTable})
51
52{#r2c0 AXRole: AXCell} (parent: {#r2 AXRole: AXRow})
53
54{AXRole: AXStaticText AXValue: Carl Sagan} (parent: {#r2c0 AXRole: AXCell})
55
56{#r2c1 AXRole: AXCell} (parent: {#r2 AXRole: AXRow})
57
58{AXRole: AXStaticText AXValue: Cosmos} (parent: {#r2c1 AXRole: AXCell})
59
60{#r2c2 AXRole: AXCell} (parent: {#r2 AXRole: AXRow})
61
62{AXRole: AXStaticText AXValue: 1980} (parent: {#r2c2 AXRole: AXCell})
63
64{#r3 AXRole: AXRow} (parent: {#table AXRole: AXTable})
65
66{#r3c0 AXRole: AXCell} (parent: {#r3 AXRole: AXRow})
67
68{AXRole: AXStaticText AXValue: Will Gater} (parent: {#r3c0 AXRole: AXCell})
69
70{#r3c1 AXRole: AXCell} (parent: {#r3 AXRole: AXRow})
71
72{AXRole: AXStaticText AXValue: The Mysteries of the Universe} (parent: {#r3c1 AXRole: AXCell})
73
74{#r3c2 AXRole: AXCell} (parent: {#r3 AXRole: AXRow})
75
76{AXRole: AXStaticText AXValue: 2020} (parent: {#r3c2 AXRole: AXCell})
77
78PASS successfullyParsed is true
79
80TEST COMPLETE
81This is a table caption
82Author
83Title
84Year
85Stephen Hawking
86A Brief History of Time
871988
88Carl Sagan
89Cosmos
901980
91Will Gater
92The Mysteries of the Universe
932020