Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / accessibility / table-cell-for-column-and-row-crash-expected.txt
blobb5c4259074bc31f8d7e4d1fb74ea9302bbfc965a
1 foo
2 bar
3 This tests that retrieving a cell for a table multiple times doesn't crash.
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8 PASS axTable.role is 'AXRole: AXTable'
9 PASS axCell.role is 'AXRole: AXCell'
10 PASS axCell.role is 'AXRole: AXCell'
11 PASS axCell.role is 'AXRole: AXCell'
12 PASS axCell.role is 'AXRole: AXCell'
13 PASS axCell.role is 'AXRole: AXCell'
14 PASS axCell.role is 'AXRole: AXCell'
15 PASS axCell.role is 'AXRole: AXCell'
16 PASS axCell.role is 'AXRole: AXCell'
17 PASS axCell.role is 'AXRole: AXCell'
18 PASS axCell.role is 'AXRole: AXCell'
19 PASS successfullyParsed is true
21 TEST COMPLETE