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

Side by Side Diff: LayoutTests/inspector-protocol/accessibility/accessibility-getRelationships-expected.txt

Issue 1076453004: Show reasons why nodes are ignored in accessibility sidebar (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add a catch-all return to ignoredReasonName Created 5 years, 7 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 Lunch Options 1 Lunch Options
2 2
3 Thai 3 Thai
4 Subway 4 Subway
5 Jimmy Johns 5 Jimmy Johns
6 Radio Maria 6 Radio Maria
7 Rainbow Gardens 7 Rainbow Gardens
8 Drink Options 8 Drink Options
9 9
10 Water 10 Water
11 Tea 11 Tea
12 Coffee 12 Coffee
13 Cola 13 Cola
14 Ginger Ale 14 Ginger Ale
15 { 15 {
16 "id": "<int>", 16 "id": "<int>",
17 "result": { 17 "result": {
18 "accessibilityNode": { 18 "accessibilityNode": {
19 "nodeId": "<string>", 19 "nodeId": "<string>",
20 "ignored": false,
20 "role": { 21 "role": {
21 "type": "role", 22 "type": "role",
22 "value": "radiogroup" 23 "value": "radiogroup"
23 }, 24 },
24 "properties": [ 25 "properties": [
25 { 26 {
26 "name": "required", 27 "name": "required",
27 "value": { 28 "value": {
28 "type": "boolean", 29 "type": "boolean",
29 "value": false 30 "value": false
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 "value": "Lunch Options" 62 "value": "Lunch Options"
62 } 63 }
63 } 64 }
64 } 65 }
65 } 66 }
66 { 67 {
67 "id": "<int>", 68 "id": "<int>",
68 "result": { 69 "result": {
69 "accessibilityNode": { 70 "accessibilityNode": {
70 "nodeId": "<string>", 71 "nodeId": "<string>",
72 "ignored": false,
71 "role": { 73 "role": {
72 "type": "role", 74 "type": "role",
73 "value": "radiogroup" 75 "value": "radiogroup"
74 }, 76 },
75 "properties": [ 77 "properties": [
76 { 78 {
77 "name": "required", 79 "name": "required",
78 "value": { 80 "value": {
79 "type": "boolean", 81 "type": "boolean",
80 "value": false 82 "value": false
(...skipping 17 matching lines...) Expand all
98 "value": "Drink Options" 100 "value": "Drink Options"
99 }, 101 },
100 "description": { 102 "description": {
101 "type": "string", 103 "type": "string",
102 "value": "Drink Options" 104 "value": "Drink Options"
103 } 105 }
104 } 106 }
105 } 107 }
106 } 108 }
107 109
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698