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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/aria-roles-expected.txt

Issue 2719993003: Collapse whitespace away when creating whitespace layout objects.
Patch Set: g cl web Created 3 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/accessibility/element-role-mapping-focusable-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 The following should be a checkbox: 1 The following should be a checkbox:
2 2
3 X 3 X
4 4
5 Actual checkboxes: 5 Actual checkboxes:
6 6
7 Broccoli 7 Broccoli
8 Asparagus 8 Asparagus
9 This test PASSES in DumpRenderTree. The role is AXRole: AXCheckBox 9 This test PASSES in DumpRenderTree. The role is AXRole: AXCheckBox
10
11 The following should be a button: 10 The following should be a button:
12 11
13 X 12 X
14 13
15 Actual button: 14 Actual button:
16 15
17 Hello This test PASSES in DumpRenderTree. The role is AXRole: AXButton 16 Hello This test PASSES in DumpRenderTree. The role is AXRole: AXButton
18
19 The following should be a heading: 17 The following should be a heading:
20 18
21 X 19 X
22 20
23 Actual heading: 21 Actual heading:
24 22
25 Hello 23 Hello
26 24
27 This test PASSES in DumpRenderTree. The role is AXRole: AXHeading 25 This test PASSES in DumpRenderTree. The role is AXRole: AXHeading
28
29 The following should be a link: 26 The following should be a link:
30 27
31 X 28 X
32 29
33 Actual link: 30 Actual link:
34 31
35 Hello This test PASSES in DumpRenderTree. The role is AXRole: AXLink 32 Hello This test PASSES in DumpRenderTree. The role is AXRole: AXLink
36
37 The following should be a radio button: 33 The following should be a radio button:
38 34
39 X 35 X
40 36
41 Actual radio buttons: 37 Actual radio buttons:
42 38
43 Broccoli 39 Broccoli
44 Asparagus 40 Asparagus
45 This test PASSES in DumpRenderTree. The role is AXRole: AXRadioButton 41 This test PASSES in DumpRenderTree. The role is AXRole: AXRadioButton
46
47 The following should be a text box: 42 The following should be a text box:
48 43
49 X 44 X
50 45
51 Actual text box: 46 Actual text box:
52 47
53 This test PASSES in DumpRenderTree. The role is AXRole: AXTextField 48 This test PASSES in DumpRenderTree. The role is AXRole: AXTextField
54
55 The following should be an image: 49 The following should be an image:
56 50
57 X 51 X
58 52
59 Actual image: 53 Actual image:
60 54
61 This test PASSES in DumpRenderTree. The role is AXRole: AXImage 55 This test PASSES in DumpRenderTree. The role is AXRole: AXImage
62
63 The following should be a list: 56 The following should be a list:
64 57
65 X 58 X
66 59
67 Actual list: 60 Actual list:
68 61
69 Broccoli 62 Broccoli
70 Beets 63 Beets
71 This test PASSES in DumpRenderTree. The role is AXRole: AXList 64 This test PASSES in DumpRenderTree. The role is AXRole: AXList
72
73 The following should be a dialog: 65 The following should be a dialog:
74 66
75 X 67 X
76 68
77 Actual dialog: 69 Actual dialog:
78 70
79 Hello.This test PASSES in DumpRenderTree. The role is AXRole: AXDialog 71 Hello.This test PASSES in DumpRenderTree. The role is AXRole: AXDialog
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/accessibility/element-role-mapping-focusable-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698