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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodesModal-expected.txt

Issue 2351443003: Revert of Show ancestor hierarchy in accessibility panel (Closed)
Patch Set: Created 4 years, 3 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 Hidden by modal dialog 1 Hidden by modal dialog
2 (Dialog itself is not hidden) 2 (Dialog itself is not hidden)
3 Non-hidden element inside dialog 3 Non-hidden element inside dialog
4 { 4 {
5 "id": "<int>", 5 "id": "<int>",
6 "result": { 6 "result": {
7 "nodes": [ 7 "accessibilityNode": {
8 { 8 "nodeId": "<string>",
9 "nodeId": "<string>", 9 "ignored": true,
10 "ignored": true, 10 "ignoredReasons": [
11 "ignoredReasons": [ 11 {
12 { 12 "name": "activeModalDialog",
13 "name": "activeModalDialog", 13 "value": {
14 "value": { 14 "type": "idref",
15 "type": "idref", 15 "relatedNodes": [
16 "relatedNodes": [ 16 {
17 { 17 "nodeResult": "dialog"
18 "nodeResult": "dialog" 18 }
19 } 19 ]
20 ]
21 }
22 } 20 }
23 ],
24 "role": {
25 "type": "internalRole",
26 "value": "Div"
27 } 21 }
22 ],
23 "role": {
24 "type": "internalRole",
25 "value": "Div"
28 } 26 }
29 ] 27 }
30 } 28 }
31 } 29 }
32 { 30 {
33 "id": "<int>", 31 "id": "<int>",
34 "result": { 32 "result": {
35 "nodes": [ 33 "accessibilityNode": {
36 { 34 "nodeId": "<string>",
37 "nodeId": "<string>", 35 "ignored": false,
38 "ignored": false, 36 "role": {
39 "role": { 37 "type": "role",
40 "type": "role", 38 "value": "dialog"
41 "value": "dialog" 39 },
42 }, 40 "name": {
43 "name": { 41 "type": "computedString",
44 "type": "computedString", 42 "value": "",
45 "value": "", 43 "sources": [
46 "sources": [ 44 {
47 { 45 "type": "relatedElement",
48 "type": "relatedElement", 46 "attribute": "aria-labelledby"
49 "attribute": "aria-labelledby" 47 },
50 }, 48 {
51 { 49 "type": "attribute",
52 "type": "attribute", 50 "attribute": "aria-label"
53 "attribute": "aria-label" 51 },
54 }, 52 {
55 { 53 "type": "attribute",
56 "type": "attribute", 54 "attribute": "title"
57 "attribute": "title" 55 }
58 } 56 ]
59 ] 57 },
60 }, 58 "properties": []
61 "properties": [] 59 }
62 }
63 ]
64 } 60 }
65 } 61 }
66 { 62 {
67 "id": "<int>", 63 "id": "<int>",
68 "result": { 64 "result": {
69 "nodes": [ 65 "accessibilityNode": {
70 { 66 "nodeId": "<string>",
71 "nodeId": "<string>", 67 "ignored": false,
72 "ignored": false, 68 "role": {
73 "role": { 69 "type": "internalRole",
74 "type": "internalRole", 70 "value": "Div"
75 "value": "Div" 71 },
76 }, 72 "name": {
77 "name": { 73 "type": "computedString",
78 "type": "computedString", 74 "value": "",
79 "value": "", 75 "sources": [
80 "sources": [ 76 {
81 { 77 "type": "relatedElement",
82 "type": "relatedElement", 78 "attribute": "aria-labelledby"
83 "attribute": "aria-labelledby" 79 },
84 }, 80 {
85 { 81 "type": "attribute",
86 "type": "attribute", 82 "attribute": "aria-label"
87 "attribute": "aria-label" 83 },
88 }, 84 {
89 { 85 "type": "attribute",
90 "type": "attribute", 86 "attribute": "title"
91 "attribute": "title" 87 }
92 } 88 ]
93 ] 89 },
94 }, 90 "properties": []
95 "properties": [] 91 }
96 }
97 ]
98 } 92 }
99 } 93 }
100 94
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698