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

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: Added test Created 5 years, 8 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 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
pfeldman 2015/04/28 15:49:36 This test will fail when these unrelated warnings
aboxhall 2015/04/28 16:08:33 Yes? And it will fail until then unless I add them
aboxhall 2015/04/28 18:14:20 Done.
2 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead .
1 Lunch Options 3 Lunch Options
2 4
3 Thai 5 Thai
4 Subway 6 Subway
5 Jimmy Johns 7 Jimmy Johns
6 Radio Maria 8 Radio Maria
7 Rainbow Gardens 9 Rainbow Gardens
8 Drink Options 10 Drink Options
9 11
10 Water 12 Water
11 Tea 13 Tea
12 Coffee 14 Coffee
13 Cola 15 Cola
14 Ginger Ale 16 Ginger Ale
15 { 17 {
16 "id": "<int>", 18 "id": "<int>",
17 "result": { 19 "result": {
18 "accessibilityNode": { 20 "accessibilityNode": {
19 "nodeId": "<string>", 21 "nodeId": "<string>",
22 "ignored": false,
20 "role": { 23 "role": {
21 "type": "role", 24 "type": "role",
22 "value": "radiogroup" 25 "value": "radiogroup"
23 }, 26 },
24 "properties": [ 27 "properties": [
25 { 28 {
26 "name": "required", 29 "name": "required",
27 "value": { 30 "value": {
28 "type": "boolean", 31 "type": "boolean",
29 "value": false 32 "value": false
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 "value": "Lunch Options" 64 "value": "Lunch Options"
62 } 65 }
63 } 66 }
64 } 67 }
65 } 68 }
66 { 69 {
67 "id": "<int>", 70 "id": "<int>",
68 "result": { 71 "result": {
69 "accessibilityNode": { 72 "accessibilityNode": {
70 "nodeId": "<string>", 73 "nodeId": "<string>",
74 "ignored": false,
71 "role": { 75 "role": {
72 "type": "role", 76 "type": "role",
73 "value": "radiogroup" 77 "value": "radiogroup"
74 }, 78 },
75 "properties": [ 79 "properties": [
76 { 80 {
77 "name": "required", 81 "name": "required",
78 "value": { 82 "value": {
79 "type": "boolean", 83 "type": "boolean",
80 "value": false 84 "value": false
(...skipping 17 matching lines...) Expand all
98 "value": "Drink Options" 102 "value": "Drink Options"
99 }, 103 },
100 "description": { 104 "description": {
101 "type": "string", 105 "type": "string",
102 "value": "Drink Options" 106 "value": "Drink Options"
103 } 107 }
104 } 108 }
105 } 109 }
106 } 110 }
107 111
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698